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
List some of the dynamic data structures in C?
Which of these functions is safer to use : fgets(), gets()? Why?
Stimulate calculator using Switch-case-default statement for two numbers
What is the value of uninitialized variable in c?
How can I write functions that take a variable number of arguments?
How can you increase the size of a dynamically allocated array?
Why void main is used in c?
How can I discover how many arguments a function was actually called with?
What is character set?
How can I pad a string to a known length?
What is header file definition?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
What is difference between structure and union in c programming?
What is a protocol in c?
What are the rules for identifiers in c?