What is the oldest programming language?


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

Post New Answer

More C++ General Interview Questions

Does dev c++ support c++ 11?

0 Answers  


What is Pure Virtual Function? Why and when it is used ?

10 Answers   Lucent, Sona,


Explain the register storage classes in c++.

0 Answers  


what is data abstraction in C++?

0 Answers  


How do I tokenize a string in c++?

0 Answers  






What is a rooted hierarchy?

0 Answers  


What is std namespace in c++?

0 Answers  


What are the advantages of using a pointer? Define the operators that can be used with a pointer.

0 Answers  


what is the size of a class which contains no member variables but has two objects??? is it 1 or 2??

4 Answers  


What are manipulators in c++ with example?

0 Answers  


How is c++ different from java?

0 Answers  


Problem 6: Area of a trapezoid can be calculated by the following formula: A=(b1 b2)×h2 where b1 and b2 are the parallel sides or the bases and h is length of height Write a C code of this program

0 Answers   Maxobiz,


Categories