Do you know the difference between malloc() and calloc() function?


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

Post New Answer

More C Interview Questions

Difference between goto, long jmp() and setjmp()?

0 Answers   EXL,


Difference between MAC vs. IP Addressing

0 Answers  


what is c programing

11 Answers   Wipro,


how to add two numbers without using arithmetic operators?

4 Answers  


What are loops in c?

0 Answers  






write a program to print data of 5 five students with structures?

0 Answers  


int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }

2 Answers  


What is difference between class and structure?

0 Answers  


#include<stdio.h> main() { int a[3]; int *I; a[0]=100;a[1]=200;a[2]=300; I=a; Printf(“%d\n”, ++*I); Printf(“%d\n”, *++I); Printf(“%d\n”, (*I)--); Printf(“%d\n”, *I); } what is the o/p a. 101,200,200,199 b. 200,201,201,100 c. 101,200,199,199 d. 200,300,200,100

1 Answers  


I need previous papers of CSC.......plz help out by posting them.......

0 Answers  


How can I automatically locate a programs configuration files in the same directory as the executable?

0 Answers  


what is the use of operator ^ in C ? and how it works?

2 Answers  


Categories