How do you compile the source code with your compiler?


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

Post New Answer

More C++ General Interview Questions

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,


Will a catch statement catch a derived exception if it is looking for the base class?

0 Answers  


Is swift a good first language?

0 Answers  


What is the use of static functions?

10 Answers   Symphony,


if i want cin 12345678910 and cout abcdefghij. so how can i create the program?. example : if i key in 8910 so the answer is ghij.

3 Answers  






What are special characters c++?

0 Answers  


Write a program to reverse a linked list?

8 Answers   Catalytic Software, Satyam,


Explain public, protected, private in c++?

0 Answers  


What are disadvantages of pointers?

0 Answers  


Describe delete operator?

0 Answers  


When there is a global variable and local variable with the same name, how will you access the global variable?

0 Answers  


What is a unnitialised pointer?

0 Answers  


Categories