Answer Posted / manish soni tagore collage jai
first
source file(file name or code program)--complile-->object
file(filename.bak)----excute----->.exe(fliename.exe)
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
Can a variable be both static and volatile in c?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
Are the expressions * ptr ++ and ++ * ptr same?
What are 3 types of structures?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
Why is structure padding done in c?
write a progrmm in c language take user interface generate table using for loop?
Which is best linux os?
Write a factorial program using C.
What is the difference between ++a and a++?
What are logical errors and how does it differ from syntax errors?
Is int a keyword in c?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
Write a program to print fibonacci series using recursion?
What are qualifiers and modifiers c?