Answer Posted / abhradeep chatterjee
when c compiler searches for the beginning of the program,
then it looks for the main function.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is stack in c?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
How can I write a function analogous to scanf?
Explain what are the different data types in c?
What is meant by keywords in c?
Place the #include statement must be written in the program?
How a string is stored in c?
Is main is user defined function?
Why c is faster than c++?
How do you write a program which produces its own source code as output?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
Can one function call another?
write a program to generate address labels using structures?
Why is c called c not d or e?
What language is lisp written in?