what are the files which are automatically opened when a c
file is executed?
Answer Posted / j j ramesh / ap / mca / jjcet
.exe and .obj files are open
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is malloc return c?
What does %p mean?
Explain 'bus error'?
What is maximum size of array in c?
What does sizeof return c?
What is the best style for code layout in c?
what do you mean by enumeration constant?
How can I sort more data than will fit in memory?
Are pointers integer?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
State two uses of pointers in C?
Can you tell me how to check whether a linked list is circular?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
find out largest elemant of diagonalmatrix
What is a structure member in c?