What is c++ and its uses?


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

Post New Answer

More C++ General Interview Questions

Explain the difference between class and struct in c++?

0 Answers  


What is the difference between global variables and local variable

0 Answers  


Define a nested class.

0 Answers  


What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?

3 Answers  


write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;

0 Answers  






Explain differences between alloc() and free()?

0 Answers  


What can I use instead of namespace std?

0 Answers  


What is virtual function? Explain with an example

0 Answers  


There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.

2 Answers   Nagarro,


an integer constant must have atleast one a) character b) digit c) decimal point

0 Answers  


Explain virtual functions in C++.

3 Answers  


How java is different from c and c++?

0 Answers  


Categories