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
What are pragmas and what are they good for?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
How can you check to see whether a symbol is defined?
What is the default value of local and global variables in c?
There seem to be a few missing operators ..
Explain how do you determine whether to use a stream function or a low-level function?
What are the 4 data types?
How many main () function we can have in a project?
How do we make a global variable accessible across files? Explain the extern keyword?
Explain the Difference between the New and Malloc keyword.
while initialization of array why we use a[][2] why not a[2][]...?
What is #include called?
Define VARIABLE?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
Explain how can a program be made to print the name of a source file where an error occurs?