Answer Posted / musharaf ali
every program start from the main function whatever main is defined anywhere in program.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write a program to print fibonacci series using recursion?
How was c created?
Explain the concept and use of type void.
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.
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
What is f'n in math?
Explain logical errors? Compare with syntax errors.
What is volatile variable in c with example?
What is the size of structure in c?
How would you obtain the current time and difference between two times?
What are shell structures used for?
Are the expressions * ptr ++ and ++ * ptr same?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
explain how do you use macro?
Explain how can I right-justify a string?