pick out the odd one out of the following
a.malloc()
b.calloc()
c.free()
d.realloc()
Answer Posted / mannucse
c.free()
| Is This Answer Correct ? | 58 Yes | 3 No |
Post New Answer View All Answers
Implement bit Array in C.
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
Tell us something about keyword 'auto'.
How is a pointer variable declared?
Stimulate calculator using Switch-case-default statement for two numbers
What is the role of && operator in a program code?
what is stack , heap ,code segment,and data segment
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
Combinations of fibanocci prime series
Explain what standard functions are available to manipulate strings?
explain what are pointers?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
How would you rename a function in C?
What is the difference between near, far and huge pointers?
Is return a keyword in c?