why we use "include" word before calling the header file. is there any special name for that include??????
Answer Posted / amar
include is generally a sentence but in C it helps to include or we can say connect our source program to C header files such that #include<stdio.h>,#include<math.h> etc.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
Explain high-order bytes.
What is the purpose of the preprocessor directive error?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
write a program in c language to print your bio-data on the screen by using functions.
Differentiate between full, complete & perfect binary trees.
the question is that what you have been doing all these periods (one year gap)
Apart from dennis ritchie who the other person who contributed in design of c language.
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
In which language linux is written?
What are the types of pointers?
Explain how do you determine a file’s attributes?
Which of these functions is safer to use : fgets(), gets()? Why?
Why is sprintf unsafe?