EXPLAIN #INCLUDE<STDIO.H>
EXPLAIN #INCLUDE<CONIO.H>
Answer Posted / k.naresh
those are called header files
it have some pre compiled functions
in that basis we can use in the program to get
afficient result
stdio.h means that standrad input and output function it having
and then
conio.h means that console input and output function sit having
| Is This Answer Correct ? | 66 Yes | 9 No |
Post New Answer View All Answers
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
In c language can we compile a program without main() function?
What is main () in c language?
why return type of main is not necessary in linux
What is register variable in c language?
Explain Function Pointer?
What header files do I need in order to define the standard library functions I use?
What is time null in c?
write a program fibonacci series and palindrome program in c
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
What are the different categories of functions in c?
What is typedf?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
What is realloc in c?
By using C language input a date into it and if it is right?