Whether there can be main inside another main?If so how does
it work?
Answer Posted / qq
int main()
{ /*main();*/
printf("Thant's it");
}
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
how can I convert a string to a number?
What is difference between && and & in c?
How reliable are floating-point comparisons?
what will be the output for the following main() { printf("hi" "hello"); }
What is an operator?
What is the general form of function in c?
What is c method?
What is #define?
can any one provide me the notes of data structure for ignou cs-62 paper
What is difference between Structure and Unions?
Define circular linked list.
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
What is meant by type specifiers?
What is the difference between #include and #include 'file' ?
What is the acronym for ansi?