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
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What is the scope of global variable in c?
What is the method to save data in stack data structure type?
What are the advantages of c preprocessor?
Are pointers really faster than arrays?
How is a pointer variable declared?
What is c mainly used for?
What is memcpy() function?
Explain how can you determine the size of an allocated portion of memory?
Is array a primitive data type in c?
What are the similarities between c and c++?
Dont ansi function prototypes render lint obsolete?
what are the 10 different models of writing an addition program in C language?
How do shell structures work?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?