What is the relation between # and include<stdio.h>
Answer Posted / anjali
# indicates the directive preprocessor which allows the
program to run.
While include<stdio.h> is the standard library function
that allows you to enter the input and receive the output.
i.e. printf() and scanf().
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between call by value and call by reference in c?
what is use of malloc and calloc?
What is extern storage class in c?
Write a program for finding factorial of a number.
Write a c program to build a heap method using Pointer to function and pointer to structure ?
What are categories used for in c?
What is 2c dna?
What is the -> in c?
What is the easiest sorting method to use?
What is a char in c?
What is boolean in c?
What is the use of getch ()?
Write a Program to accept different goods with the number, price and date of purchase and display them
what are the facialities provided by you after the selection of the student.
What is use of #include in c?