Explain the difference between malloc() and calloc() in c?
No Answer is Posted For this Question
Be the First to Post Answer
to get a line of text and count the number of vowels in it
Why should I use standard library functions instead of writing my own?
Write a program to generate the first n terms in the series --- 2,3,5,7,11,...,17
What is 2c dna?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
What is wild pointer in c with example?
what are the languages used in c#?
Explain enumerated types in c language?
why do some people write if(0 == x) instead of if(x == 0)?
extern static int i func() { i =10; i++; printf("%d \n",i); } main() { i =20; printf("%d \n",i); func(); printf("%d \n",i); }
What is the use of extern in c?
Write a program to generate the first n terms in the series --- 9,11,20,31,...,82