Answer Posted / ruth
c source file converted into exe file automatically when
you run the program
Is This Answer Correct ? | 5 Yes | 19 No |
Post New Answer View All Answers
What is the explanation for cyclic nature of data types in c?
Why isnt any of this standardized in c?
what will be maximum number of comparisons when number of elements are given?
What is ## preprocessor operator in c?
Are the variables argc and argv are always local to main?
Explain null pointer.
Why is event driven programming or procedural programming, better within specific scenario?
How to declare pointer variables?
Suggesting that there can be 62 seconds in a minute?
Explain what are header files and explain what are its uses in c programming?
Explain how can a program be made to print the name of a source file where an error occurs?
develop algorithms to add polynomials (i) in one variable
What is c standard library?
How many loops are there in c?
What is the time and space complexities of merge sort and when is it preferred over quick sort?