What does calloc stand for?


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

Post New Answer

More C Interview Questions

write a program whose output will be- 1 12 123 1234

10 Answers  


What's the total generic pointer type?

0 Answers  


9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?

4 Answers   L&T,


Tell me can the size of an array be declared at runtime?

0 Answers  


What is function pointer and where we will use it

2 Answers   Infosys, NetApp,






Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

0 Answers   Amazon,


#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?

4 Answers   Infosys,


main() { clrscr(); } clrscr();

6 Answers   ME, Wipro,


Find the largest number from the given 2 numbers without using any loops and the conditional operator.

2 Answers  


typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none

0 Answers  


How do you print only part of a string?

0 Answers  


Write a program in C to reverse a number by recursive function?

1 Answers  


Categories