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
What is a file descriptor in c?
Combinations of fibanocci prime series
Explain null pointer.
using for loop sum 2 number of any 4 digit number in c language
what is recursion in C
Explain how do you print an address?
How can I open files mentioned on the command line, and parse option flags?
Why is extern used in c?
How can I write a function that takes a format string and a variable number of arguments?
What does printf does?
Are negative numbers true in c?
Write a code to remove duplicates in a string.
What are c header files?
can anyone please tell about the nested interrupts?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if