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
What is the use of typedef?
What is the exit function in c++?
What is difference between n and endl in c++?
What is the difference between public, private, protected inheritance?
Discuss the possibilities related to the termination of a program before entering the mainq method?
Why do we use vector in c++?
If I is an integer variable, which is faster ++i or i++?
Please explain class & object in c++?
What do you mean by internal linking and external linking in c++?
Floating point representation and output seems to be compiler dependent?
how many rounds and wt type of questios ask in the written test for first round 2. tech. round 3. and futher rounds
Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];