Differentiate between calloc and malloc.
No Answer is Posted For this Question
Be the First to Post Answer
Can I pass constant values to functions which accept structure arguments?
Can we initialize extern variable in c?
if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')
what is diognisis?
#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?
progrem to generate the following series 1 12 123 1234 12345
What is the difference between malloc() and calloc()?
What is #include in c?
C program to read the integer and calculate sum and average using single dimensional array
What is int main () in c?
Why can't I perform arithmetic on a void* pointer?
What do header files do?