What does return 0 do in c++?


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

Post New Answer

More C++ General Interview Questions

Which is the best c++ compiler for beginners?

0 Answers  


You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so

1 Answers  


Explain about vectors in c ++?

0 Answers  


Is it possible to use a new for the reallocation of pointers ?

0 Answers  


write a program to insert an element into an array

26 Answers   TCS,






How do I run a program in notepad ++?

0 Answers  


Describe exception handling concept with an example?

0 Answers  


What do you mean by static variables?

0 Answers  


What is the difference between function overloading and operator overloading?

0 Answers  


What is the difference between *p++ and (*p)++ ?

0 Answers  


What are the vectors in c++?

0 Answers  


Do vectors start at 0?

0 Answers  


Categories