What is the full form of india?
No Answer is Posted For this Question
Be the First to Post Answer
how can u create a doubly linked list with out using pointers?
What do you mean by storage classes?
How to defines the function in c++?
What are formatting flags in ios class?
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?
Out of fgets() and gets() which function is safe to use?
What is DlgProc?
What is c++ in english?
Explain rtti.
Explain the virtual inheritance in c++.
What is difference between n and endl in c++?
What is #include c++?