which header file contains main() function in c?
Answer Posted / vignesh1998i
that header file will not be given or revealed to the user , since there are possibilites to manipulate it........ in that file....
thank u
| Is This Answer Correct ? | 5 Yes | 18 No |
Post New Answer View All Answers
What is difference between %d and %i in c?
What is floating point constants?
Explain 'bit masking'?
Can two or more operators such as and be combined in a single line of program code?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
In C, What is the #line used for?
What are the 3 types of structures?
What is sorting in c plus plus?
write a program to print largest number of each row of a 2D array
What are the types of pointers?
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.
Write a program to print fibonacci series without using recursion?
explain what is a newline escape sequence?
Place the #include statement must be written in the program?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.