Answer Posted / jalal
c)=
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
How to write c functions that modify head pointer of a linked list?
What is the purpose of the statement: strcat (S2, S1)?
What is a dynamic array in c?
What is the difference between typedef struct and struct?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
How do I use strcmp?
For what purpose null pointer used?
Explain how to reverse singly link list.
Why string is used in c?
What is wrong with this code?
When is a null pointer used?
What does c in a circle mean?
Why is this loop always executing once?
how should functions be apportioned among source files?
What is restrict keyword in c?