What is the relation between # and include<stdio.h>
Answer Posted / priyanka
actually, in C, every keyword has some specific value some
specific meaning and those meanings of keywords are already
been stored in header files like
<stdio.h>,<conio.h>,<math.h> etc.... so to make computer
understood the meaning of printf, scanf like keywords, we
have to use header files in begining of the prog... and #
is a preprocessor.... this tells computer that now u be
ready to write a prog...
this is wat i think.... though i dnt hav technical
knowledge still i tried to xplain.....
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Is boolean a datatype in c?
c program for searching a student details among 10 student details
Why doesnt long int work?
What is mean by data types in c?
FILE PROGRAMMING
How do you determine the length of a string value that was stored in a variable?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
Differentiate between functions getch() and getche().
What does the characters “r” and “w” mean when writing programs that will make use of files?
what are the facialities provided by you after the selection of the student.
Can you pass an entire structure to functions?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
Describe the modifier in c?
Write a program which returns the first non repetitive character in the string?