what is the function of .h in #include<stdio.h> in c ?
Answer Posted / moolshankar
.his the extencation of the header file .h indicvates
that its a header file
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
hi send me sample aptitude papers of cts?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
which is an algorithm for sorting in a growing Lexicographic order
What is quick sort in c?
What are the modifiers available in c programming language?
How can a number be converted to a string?
Which is an example of a structural homology?
What will be your course of action for a push operation?
What are global variables and how do you declare them?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
What is data type long in c?
What is pointers in c with example?
Explain what are reserved words?
write a program to find the given number is prime or not
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.