Wipro Interview Question

1.difference between c and cpp?

Interview Answer

Anonymous

Feb 17, 2022

c is a procedural programing language and c++ is a object oriented programing language . c not support class and object but c++ support classs and object.