Answer Posted / vignesh1988i
it is the first function to be called or to be executed in
the code of the compiler.......
thank u
Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What do you mean by c?
Write the Program to reverse a string using pointers.
What is the purpose of ftell?
What is difference between array and structure in c?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
C program to find all possible outcomes of a dice?
Explain what is a static function?
What is far pointer in c?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
how to write a c program to print list of fruits in alpabetical order?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
How do you determine the length of a string value that was stored in a variable?
4. main() { int c=- -2; printf("c=%d",c); }
Is null a keyword in c?