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
What is malloc and calloc?
What is 02d in c?
Is there a way to jump out of a function or functions?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
How can I do graphics in c?
What is the use of sizeof?
Where local variables are stored in c?
What is the size of enum in bytes?
Difference between malloc() and calloc() function?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
Where static variables are stored in memory in c?
Define circular linked list.
what is use of malloc and calloc?
what are bit fields in c?