What are compilers in c++?


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

Post New Answer

More C++ General Interview Questions

What is difference between rand () and srand ()?

0 Answers  


Give 2 examples of a code optimization?

4 Answers  


Is ca high or low level language?

0 Answers  


How does list r; differs from list r();?

0 Answers  


Can we delete this pointer in c++?

0 Answers  






How a macro differs from a template?

0 Answers  


Is there a datatype string in c++?How is the memory allocation?

3 Answers  


Write a corrected statement in c++ so that the statement will work properly. x + y=z;

2 Answers  


Write a program in c++ to print the numbers from n to n2 except 5 and its multiples

0 Answers   Cankaya University,


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

1 Answers  


What is the difference between cin.read() and cin.getline()?

0 Answers  


What does new return if there is insufficient memory to make your new object?

0 Answers  


Categories