Answer Posted / rajesh
There are three stages of compilation
1) Preprocesing
2) Compilation
3) linking
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
When should the const modifier be used?
What is dynamic memory allocation?
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 identifiers in c with examples?
Why is python slower than c?
Explain argument and its types.
How can I copy just a portion of a string?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
Do array subscripts always start with zero?
Hai what is the different types of versions and their differences
What are keywords c?
Give the rules for variable declaration?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
How can I automatically locate a programs configuration files in the same directory as the executable?