which header file contains main() function in c?
Answer Posted / ankith.v
There is no header file for main function
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What is the difference between the = symbol and == symbol?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
What is the use of getchar() function?
What is chain pointer in c?
What is null pointer in c?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
When should I declare a function?
define string ?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Why does notstrcat(string, "!");Work?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
Explain the bubble sort algorithm.
What is difference between union All statement and Union?