What are the differences between new and malloc in C?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to calculate sum of digits till it reduces to a single digit using recursion
How would you rename a function in C?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What is a structure member in c?
What is the difference between array and linked list in c?
what is the difference between #include<stdio.h> and #include"stdio.h" ?
How does placing some code lines between the comment symbol help in debugging the code?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
List the difference between a "copy constructor" and a "assignment operator"?
Find Error if any in below code, Justify ur answer: struct xx { int a; struct yy { char c; struct xx* p; } struct yy* q; }
how to add our own function in c library please give details.?
What functions are used for dynamic memory allocation in c language?