difference between object file and executable file
No Answer is Posted For this Question
Be the First to Post Answer
Explain how are 16- and 32-bit numbers stored?
How main function is called in c?
What are operators in c?
write a program whose output will be- 1 12 123 1234
What do you mean by scope of a variable in c?
What is the use of sizeof () in c?
When should volatile modifier be used?
What is the need of structure in c?
What is %lu in c?
When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these
What's the difference between constant char *p and char * constant p?
Explain 'far' and 'near' pointers in c.