Answer Posted / prajeesha.k
alt+f8
| Is This Answer Correct ? | 2 Yes | 15 No |
Post New Answer View All Answers
Why ca not I do something like this?
How is a null pointer different from a dangling pointer?
Write a program to swap two numbers without using a temporary variable?
Can you please explain the difference between malloc() and calloc() function?
Is it better to use malloc() or calloc()?
What is function prototype in c with example?
Explain 'far' and 'near' pointers in c.
Differentiate between the = symbol and == symbol?
What is volatile keyword in c?
Explain what is the use of a semicolon (;) at the end of every program statement?
What is the purpose of clrscr () printf () and getch ()?
What does void main () mean?
What is calloc in c?
Tell me the use of bit field in c language?
Explain what is wrong with this program statement? Void = 10;