What is the use of the #include directive?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
The #include directive is used to include header files in a program. For example, #include<stdio.h> includes the standard input-output library.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
The #include directive is used to include header files in a program. For example, #include<stdio.h> includes the standard input-output library.
| Is This Answer Correct ? | 0 Yes | 0 No |
The #include directive is used to include header files in a program. For example, #include<stdio.h> includes the standard input-output library.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.
What is meant by type casting?
What is difference between structure and union in c programming?
Does sprintf put null character?
how to convert binary to decimal and decimal to binary in C lanaguage
7 Answers BPO, Far East Promotions, IBM, RBS,
what is c
What's the difference between constant char *p and char * constant p?
What is character constants?
What is operator precedence?
Is null a keyword in c?
why effort estimation is important?
how can we use static and extern?and where can we use this?