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
I need to find a specific string between two strings how do I do it?
By using c++ with an example describe linked list?
what are the decision making statements in C++? Explain if statement with an example?
What do you mean by volatile and mutable keywords used in c++?
How would you call C functions from C++ and vice versa?
Explain about Garbage Collector?
What is function declaration in c++ with example?
Where Malloc(), Calloc(), and realloc() does get memory?
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?
What are static and dynamic type checking?
How many pointers are required to reverse a link list?
what is c++