Answer Posted / babu
In Linux $cc <filename.c>
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is header file in c?
What is your stream meaning?
What is the difference between malloc calloc and realloc in c?
What are the types of pointers?
Explain about C function prototype?
How do I get a null pointer in my programs?
What are header files? What are their uses?
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.
What is the modulus operator?
What is the c value paradox and how is it explained?
What is the main difference between calloc () and malloc ()?
What is the hardest programming language?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
Which is better oop or procedural?