WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c
file management?
Answer Posted / ragu
All the above are true
| Is This Answer Correct ? | 58 Yes | 33 No |
Post New Answer View All Answers
What is the argument of a function in c?
How can I send mail from within a c program?
What are the types of bitwise operator?
What is actual argument?
Why doesnt the call scanf work?
What does the c preprocessor do?
why do some people write if(0 == x) instead of if(x == 0)?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
What are global variables and how do you declare them?
How do c compilers work?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
How can I remove the trailing spaces from a string?
How can I change their mode to binary?
Is there a way to compare two structure variables?
What is the use of ?: Operator?