Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / manjunath
Its a user defined function. How can it be inbuilt
function? We are the one who writes the main function.
Program execution starts with main function. We can also
compile a code without main, but we cant create exe, since
it requires a main function to execute.
| Is This Answer Correct ? | 55 Yes | 9 No |
Post New Answer View All Answers
Write a program to use switch statement.
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
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Why header file is used in c?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
Why c is called procedure oriented language?
What are c identifiers?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
What is structure of c program?
How main function is called in c?
How can I get back to the interactive keyboard if stdin is redirected?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is a stream water?