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
how can I convert a string to a number?
Define the scope of static variables.
What does c mean in basketball?
Explain 'bit masking'?
What is assignment operator?
How can I sort more data than will fit in memory?
What is the size of empty structure in c?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
Which header file is essential for using strcmp function?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
What is hashing in c?
What does the message "automatic aggregate intialization is an ansi feature" mean?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
Explain the use of 'auto' keyword
What is the difference between arrays and pointers?