If all is successful, what should main return

a) 0

b) 1

c) void


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

Post New Answer

More C++ General Interview Questions

What is the difference between a definition and a declaration?

0 Answers  


What are libraries in c++?

0 Answers  


What is the object serialization?

0 Answers  


Explain what is oop?

0 Answers  


Differentiate between a deep copy and a shallow copy?

1 Answers  






Explain container class.

0 Answers  


Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---

0 Answers  


What is the size of a vector?

0 Answers  


Explain method of creating object in C++ ?

0 Answers   Wipro,


Write a program which uses Command Line Arguments

0 Answers  


What is the use of namespace std in C++?

0 Answers   Hexaware,


What do you mean by internal linking and external linking in c++?

1 Answers  


Categories