what information does the header files contain?

Answer Posted / dips

Header files contain the definations of the functions that
are to be used in the program.In order to recognise the
defined functions ex, printf, scanf etc you need to define
the header file STDIO.h where the defination of these
functions are declared.Which makes writting of the program
very easy

Is This Answer Correct ?    16 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I use strcmp?

629


What is s or c?

586


Why c language is called c?

559


Explain how do you determine whether to use a stream function or a low-level function?

616


One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.

2151






Write a program to check palindrome number in c programming?

591


What are the types of data structures in c?

594


What are multibyte characters?

637


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

15033


What is the value of h?

582


What is scope of variable in c?

551


What does s c mean on snapchat?

579


What are identifiers in c?

624


Can we use visual studio for c?

538


Can we assign string to char pointer?

578