Answer Posted / abhinendra bhadauriya
main is an thread which create process in the memory with the help of operating system
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are linker error?
What is null in c?
What is #ifdef ? What is its application?
Why we use break in c?
Difference between strcpy() and memcpy() function?
What is the modulus operator?
Why do we use header files in c?
What are the functions to open and close file in c language?
How can I use a preprocessorif expression to ?
Explain about the functions strcat() and strcmp()?
Tell me what is the purpose of 'register' keyword in c language?
What are operators in c?
What are data structures in c and how to use them?
What type is sizeof?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.