Answer Posted / guest
The malloc/free implementation remembers the size of each
block allocated and returned.
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What is type qualifiers?
How is pointer initialized in c?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
write a proram to reverse the string using switch case?
What is meant by errors and debugging?
What is an expression?
What is volatile c?
What is the meaning of 2d in c?
What are the disadvantages of c language?
Explain how do you list a file’s date and time?
What tq means in chat?
I need a sort of an approximate strcmp routine?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
In which header file is the null macro defined?