Answer Posted / himanshu
garbage
but calloc returns zero
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
Where are the auto variables stored?
Difference between macros and inline functions? Can a function be forced as inline?
Write a program to check palindrome number in c programming?
What is a nested loop?
What is "Duff's Device"?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What is anagram in c?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
Write a progarm to find the length of string using switch case?
what is recursion in C
What is the use of bit field?
What is the difference between text and binary i/o?
Which type of language is c?
Write a program with dynamically allocation of variable.
What is the process to generate random numbers in c programming language?