Answer Posted / chirag sathvara
void main() function,it will flow of the program
execution,what are the next step of line to execute.
for example,
void main()
{
int b=0
cout<<b;
int c=0;
cout<<c;
}
/*it will indicate first create object of int type,after it
will genereate next statement.*/
Is This Answer Correct ? | 29 Yes | 10 No |
Post New Answer View All Answers
Do you know the use of fflush() function?
What are different storage class specifiers in c?
Is it possible to pass an entire structure to functions?
What is a list in c?
how to count no of words,characters,lines in a paragraph.
When is a void pointer used?
Explain about the functions strcat() and strcmp()?
What is linear search?
What is c standard library?
Why we use stdio h in c?
Why does this code crash?
Explain how do you override a defined macro?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
Why we write conio h in c?
Write a program to reverse a given number in c language?