Answer Posted / jothi16
calloc means reallocate the memory.malloc used to allocate
the memory
| Is This Answer Correct ? | 6 Yes | 20 No |
Post New Answer View All Answers
Why isnt there a numbered, multi-level break statement to break out
Which is better pointer or array?
What is nested structure?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
How macro execution is faster than function ?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
how can use subset in c program and give more example
Can you assign a different address to an array tag?
What is structure pointer in c?
What is the c value paradox and how is it explained?
What is the difference between far and near in c?
Explain data types & how many data types supported by c?
What library is sizeof in c?
What is the difference between the expression “++a” and “a++”?
Why structure is used in c?