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 |
What are the back slash character constants or escape sequence charactersavailable in c?
When should the register modifier be used? Does it really help?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What is the difference between abs() and fabs() functions?
What is a #include preprocessor?
#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }
what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
7 Answers Cadence, JNTU, Zen Technologies,
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
Define recursion in c.
Can you write a programmer for FACTORIAL using recursion?
Is stack a keyword in c?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?