What are the two types of comments, and how do they differ?


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

Post New Answer

More C++ General Interview Questions

I need to find a specific string between two strings how do I do it?

1 Answers   Infosys,


By using c++ with an example describe linked list?

0 Answers  


what are the decision making statements in C++? Explain if statement with an example?

0 Answers  


What do you mean by volatile and mutable keywords used in c++?

0 Answers  


How would you call C functions from C++ and vice versa?

0 Answers   Genpact,






Explain about Garbage Collector?

0 Answers  


What is function declaration in c++ with example?

0 Answers  


Where Malloc(), Calloc(), and realloc() does get memory?

0 Answers  


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

0 Answers  


What are static and dynamic type checking?

0 Answers  


How many pointers are required to reverse a link list?

5 Answers   CTS,


what is c++

0 Answers  


Categories