Answer Posted / avinash
HEADER IS INCLUDE <STDIO.H>.
| Is This Answer Correct ? | 12 Yes | 22 No |
Post New Answer View All Answers
How can I write a function analogous to scanf?
What is the use of function in c?
What are the different types of control structures?
Can we declare a function inside a function in c?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
Write a c program to demonstrate character and string constants?
How can I swap two values without using a temporary?
Why can't I perform arithmetic on a void* pointer?
Explain how can you check to see whether a symbol is defined?
What is the c value paradox and how is it explained?
Why is not a pointer null after calling free?
What is the best style for code layout in c?
Why we use conio h in c?
Why is c called c?
For what purpose null pointer used?