Whether there can be main inside another main?If so how does
it work?
Answer Posted / kasthurimangai.v
main()
{
printf("main()");
}
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Write a program to show the change in position of a cursor using c
Write a simple code fragment that will check if a number is positive or negative.
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
Are there constructors in c?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
Why doesn't C support function overloading?
How do we declare variables in c?
What is the code for 3 questions and answer check in VisualBasic.Net?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
What is the difference between scanf and fscanf?
How was c created?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
Is null always equal to 0(zero)?
What are the types of bitwise operator?
Is using exit() the same as using return?