Answer Posted / hr@tgksolutions.com
Memory can be dynamically allocated using functions like malloc(), calloc(), realloc(), and freed using free().
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
p*=(++q)++*--p when p=q=1 while(q<=6)
I need previous papers of CSC.......plz help out by posting them.......
How do you write a program which produces its own source code as output?
Explain zero based addressing.
What is wrong with this program statement?
What is the use of gets and puts?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
What is ## preprocessor operator in c?
int i=10; printf("%d %d %d", i, i=20, i);
What is a pointer in c?
What are qualifiers?
I came across some code that puts a (void) cast before each call to printf. Why?
Tell me what is null pointer in c?
What is a pragma?
What is a lvalue