Explain the difference between c & c++?


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

Post New Answer

More C++ General Interview Questions

What is object oriented programming (oop)?

0 Answers  


What is the difference between new() and malloc()?

0 Answers  


Will rust take over c++?

0 Answers  


Why preincrement operator is faster than postincrement?

5 Answers  


Is c++ the hardest programming language?

0 Answers  






Is nan a c++?

0 Answers  


What is c strings syntax?

0 Answers  


What are the benefits of oop in c++?

0 Answers  


What is the difference between passing by reference and passing a reference?

0 Answers  


How much maximum can you allocate in a single call to malloc()?

0 Answers  


Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300

0 Answers  


What is the output of printf("%d")?

58 Answers   CTS, HCL, Infosys, TCS, Winit, Wipro,


Categories