Answer Posted / mahendra giri
compiler is translator,which translate source code to target
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is wrong with this program statement? void = 10;
What is pointer & why it is used?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
Is null a keyword in c?
Can main () be called recursively?
Why do we need volatile in c?
What is the general form of function in c?
Can we declare a function inside a function in c?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Explain how to reverse singly link list.
In C, What is the #line used for?
Is c is a middle level language?
Here is a good puzzle: how do you write a program which produces its own source code as output?
Difference between constant pointer and pointer to a constant.