Answer Posted / sachin tendulkar
Compilation (programming), translation of source code into
object code(binary format) by a compiler.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Does * p ++ increment p or what it points to?
If I have a char * variable pointing to the name of a function ..
hi send me sample aptitude papers of cts?
What are the usage of pointer in c?
Is Exception handling possible in c language?
How do you construct an increment statement or decrement statement in C?
What is the mean of function?
What is the c language function prototype?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What are valid signatures for the Main function?
What is && in c programming?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
Why is c not oop?
What is the scope of an external variable in c?
What is the symbol indicated the c-preprocessor?