What is calloc() function?


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

Post New Answer

More C Interview Questions

When we use void main and int main?

0 Answers  


hi send me sample aptitude papers of cts?

0 Answers  


44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?

6 Answers   Amdocs,


create an SINGLE LINKED LISTS and reverse the data in the lists completely

3 Answers  


where can function pointers be used?

2 Answers  






Explain the difference between strcpy() and memcpy() function?

0 Answers  


Differentiate between #include<...> and #include '...'

0 Answers  


By using C language input a date into it and if it is right?

0 Answers   Aricent,


Explain what is the difference between declaring a variable and defining a variable?

1 Answers  


Explain how can you restore a redirected standard stream?

0 Answers  


# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none

7 Answers   Microsoft, TCS,


"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

0 Answers  


Categories