Answer Posted / himanshu
garbage
but calloc returns zero
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
How can you tell whether a program was compiled using c versus c++?
Is c# a good language?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Is main a keyword in c?
What is the heap?
What is union and structure?
Write a program for finding factorial of a number.
If errno contains a nonzero number, is there an error?
What is p in text message?
What does malloc () calloc () realloc () free () do?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What is #include stdio h and #include conio h?
What is the argument of a function in c?
What is the use of ?
Are pointers really faster than arrays?