What is calloc()?


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

Post New Answer

More C Interview Questions

Write a program that his output 1 12 123

0 Answers  


What is c method?

0 Answers  


How to reverse a string using a recursive function, with swapping?

5 Answers  


what are the 10 different models of writing an addition program in C language?

0 Answers  


What are the various types of control structures in programming?

0 Answers  






Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

0 Answers  


Can you write the function prototype, definition and mention the other requirements.

0 Answers   Adobe,


Tell us something about keyword 'auto'.

0 Answers  


Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.

0 Answers  


What are the advantages of c preprocessor?

0 Answers  


atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation

0 Answers  


Juxtapose the use of override with new. What is shadowing?

1 Answers  


Categories