What is malloc and calloc?


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

Post New Answer

More C Interview Questions

c program to manipulate x=1+3+5+...+n using recursion

2 Answers   Wipro,


How many header files are in c?

0 Answers  


Do you know what is the purpose of 'extern' keyword in a function declaration?

0 Answers  


Are c and c++ the same?

0 Answers  


main() { printf("hello%d",print("QUARK test?")); }

5 Answers  


what is the output of the following program? main() { int c[]={2,8,3,4,4,6,7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf("%d",*c); ++q; } for(j=0;j<5;j++) { printf("%d",*p); ++p; } }

4 Answers  


i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical

0 Answers  


suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan

1 Answers  


What are different types of variables in c?

0 Answers  


WAP to convert text into its ASCII Code and also write a function to decode the text given?

2 Answers  


What are the key features in c programming language?

0 Answers  


how to use enum datatype?Please explain me?

3 Answers   Excel,


Categories