Answer Posted / khemnath chauhan
void main()
//this function indicate the starting of the program furthur
tells that it has non return value.
| Is This Answer Correct ? | 40 Yes | 12 No |
Post New Answer View All Answers
What is character set?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is the difference between malloc calloc and realloc in c?
What is typedef?
Write a factorial program using C.
Write a program to print ASCII code for a given digit.
List some of the static data structures in C?
Explain what is the difference between functions getch() and getche()?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What is #include conio h?
regarding pointers concept
What is the size of enum in bytes?
What is the use of the function in c?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
Why c is faster than c++?