What is the difference between C and CPP?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];

3 Answers  


Explain the differences between list x; & list x();.

0 Answers  


write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.

0 Answers  


What is a constant reference?

0 Answers  


What is the difference in size of this two clasees? Class A { int a; char c; float f; } Class B { float f; char c; int a; }

4 Answers  


What is the difference between inline functions and macros?

5 Answers  


What do you mean by funtion prototype?

0 Answers  


How to write a program such that it will delete itself after exectution?

3 Answers  


What does #define mean in c++?

0 Answers  


Describe friend function & its advantages.

0 Answers   TCS,


what is smart pointer & use of the smart pointer ???

2 Answers  


What do you mean by overhead in c++?

0 Answers  


Categories