Answer Posted / saravanan
From the heap memory of the process
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is merge sort in c?
Write a Program to accept different goods with the number, price and date of purchase and display them
What is const volatile variable in c?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
Explain the term printf() and scanf() used in c language?
can we change the default calling convention in c if yes than how.........?
What is the deal on sprintf_s return value?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
What do you understand by normalization of pointers?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
What is the difference between variable declaration and variable definition in c?
Is there any possibility to create customized header file with c programming language?
What are c preprocessors?
Difference between strcpy() and memcpy() function?