Answer Posted / suchita
frees a block allocated with malloc()
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
How to write c functions that modify head pointer of a linked list?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
using only #include
Is c procedural or object oriented?
Is there a way to switch on strings?
What is main () in c language?
How to create struct variables?
Explain how can I avoid the abort, retry, fail messages?
What is the difference between if else and switchstatement
What is the use of ?: Operator?
Tell me about low level programming languages.
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
what will be maximum number of comparisons when number of elements are given?
What is indirection in c?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...