What does return 0 do in c++?
No Answer is Posted For this Question
Be the First to Post Answer
How can I learn dev c++ programming?
What is the purpose of extern storage specifier?
What is difference between shallow copy and deep copy? Which is default?
What does ctime() do?
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
What is the function of the keyword ‘volatile’ in C++?
Explain the static member function.
What is split a string in c++?
Is dev c++ a good compiler?
What are templates? where we should use it?
We use library functions in the program, in what form they are provided to the program?
Comment on assignment operator in c++.