what is the function of .h in #include<stdio.h> in c ?
Answer Posted / mytri
.h is a header file which includes standard input and output
functions
| Is This Answer Correct ? | 112 Yes | 16 No |
Post New Answer View All Answers
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
What is a pointer and how it is initialized?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What is typeof in c?
What is the use of extern in c?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
Do pointers need to be initialized?
What is the use of bitwise operator?
What does d mean?
What is identifier in c?
Explain how do you override a defined macro?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What is c language used for?
What do you mean by a local block?
What is wrong with this statement? Myname = 'robin';