What is the prototype of printf function?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of main function in c++?
Define stacks. Provide an example where they are useful.
Why is it called c++?
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
How a new operator differs from the operator new?
Explain the difference between class and struct in c++?
What is difference between shallow copy and deep copy? Which is default?
What is the best ide for c++?
Who was the creator of c++?
write a C++ programming using for loop: * * * * * * * * * *
Can we generate a C++ source code from the binary file?
What is a virtual destructor?