What is the relation between # and include<stdio.h>
Answer Posted / pandya umesh c
it is library file access,which contains information that
must be included in the program when it is compiled.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Write a program to show the change in position of a cursor using c
What is console in c language?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
What was noalias and what ever happened to it?
Explain what is the best way to comment out a section of code that contains comments?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
Under what circumstances does a name clash occur?
Describe static function with its usage?
What is use of pointer?
What is declaration and definition in c?
Why c language?
how can use subset in c program and give more example
Describe the order of precedence with regards to operators in C.
Explain goto?
What does malloc () calloc () realloc () free () do?