Whether there can be main inside another main?If so how does
it work?

Answer Posted / shiva

main()
{
printf("main()");
}

Is This Answer Correct ?    39 Yes 19 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the stack in c?

712


console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

649


Explain what will the preprocessor do for a program?

591


Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

5051


What is the right type to use for boolean values in c?

578






Explain union.

631


an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

803


to find the closest pair

1816


What is the acronym for ansi?

622


Where local variables are stored in c?

552


Explain do array subscripts always start with zero?

751


what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?

1444


What are register variables in c?

569


Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

642


What are the application of c?

637