What is the difference between new and malloc functions?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between c and python?
write a c program to find reminder and quotient if one number is divided by other.to code this program don't use more than 2 variables
What is the difference between a string and an array?
What is call by reference in functions?
How does struct work in c?
What is the purpose of clrscr () printf () and getch ()?
Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;
What is static volatile in c?
main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }
1 Answers Vector, Vector India,
what is memory leak?
What would be an example of a structure analogous to structure c?
What's the difference between calloc() and malloc()?