Is it better to use malloc() or calloc()?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is spaghetti programming?

0 Answers  


Describe dynamic data structure in c programming language?

0 Answers  


What is character set?

0 Answers  


Why should I prototype a function?

0 Answers  


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

0 Answers   Amazon,


Sir i want e-notes of C languge of BAlaguruswami book i.e scanned or pdf file of balaguruswamy book on c language.PLEASE SEND ME on my mail id ajit_kolhe@rediff.com

8 Answers  


List out few of the applications that make use of Multilinked Structures?

1 Answers   Accenture,


What is the difference between near, far and huge pointers?

0 Answers  


What is the mean of this statement:: if(int i=0 * i=9)

2 Answers   HCL,


#include<stdio.h> #include<conio.h> void main() {clrscr(); char another='y'; int num; for(;another=='y';) { printf("Enter a number"); scanf("%d",&num); printf("squre of %d is %d",num,num*num); printf("\nwant to enter another number y/n"); scanf("%c",&another); } getch(); } the above code runs only one time.on entering 'y' the screen disappeares.what can i do?

3 Answers  


which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....

2 Answers  


How many keywords are there in c?

0 Answers  


Categories