Is c the same as c++?


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

Post New Answer

More C++ General Interview Questions

What happens when a function throws an exception that was not specified by an exception specification for this function?

1 Answers  


Enter n no. of element and delete value from desire position

1 Answers  


Why would you use pointers in c++?

0 Answers  


Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?

0 Answers  


What is "mutable" keyword?

2 Answers   Infosys, Teradata,






What is dev c++ used for?

0 Answers  


Is c++ still being used?

0 Answers  


What are the types of container classes?

0 Answers  


What are the weaknesses of C++?

1 Answers  


What language is a dll written in?

0 Answers  


Why preincrement operator is faster than postincrement?

5 Answers  


Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;

1 Answers  


Categories