what is the function of .h in #include<stdio.h> in c ?
Answers were Sorted based on User's Feedback
Answer / bhanudas
#include<stdio.h> mean standered input / output header
file.
This preprocessor directive tell the compiler I am
including my program in your header file.
It also called as preprocessor command or header file .
| Is This Answer Correct ? | 1 Yes | 2 No |
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
What are the preprocessor categories?
What is this infamous null pointer, anyway?
What is the size of structure in c?
Hai what is the different types of versions and their differences
What is graph in c?
f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }
Which of the following is not a valid declaration for main ()? 1) int main() 2) int main(int argc, char *argv[]) 3) They both work
provide an example of the Group by clause, when would you use this clause
Is c programming hard?