Answer Posted / sagar
In any C program, it must contain main function..........
So, it is not possible to run any program without main
function .......
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
How do you convert strings to numbers in C?
Process by which one bit pattern in to another by bit wise operation is?
What is the right way to use errno?
code for find determinent of amatrix
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Why c is a mother language?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
Differentiate between #include<...> and #include '...'
what is different between auto and local static? why should we use local static?
Why does this code crash?
Why is c called c?
Why does everyone say not to use gets?
how to find binary of number?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)