what is the function of .h in #include<stdio.h> in c ?
Answer Posted / shashiprabha singh
.h is used for header files and stdio.h is "standard input
output header files" which hold all realtives i/p files. In
these files varias types of function r included like scanf,
printf etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
write a program in c language to print your bio-data on the screen by using functions.
How can you find out how much memory is available?
What is the difference between break and continue?
what is stack , heap ,code segment,and data segment
What is the difference between void main and main in c?
Write a program with dynamically allocation of variable.
What is the explanation for cyclic nature of data types in c?
How can I remove the trailing spaces from a string?
What is the sizeof () operator?
What is the newline escape sequence?
What is a static variable in c?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
What are valid operations on pointers?
What is break in c?