Question:

What are header files? number include? main body? main function? syntax? reserved word? in turbo c means..

by  |  earlier

0 LIKES UnLike

What are header files? number include? main body? main function? syntax? reserved word? in turbo c means..

 Tags:

   Report

1 ANSWERS


  1. >> header files

    Are files that contain namespaces and classes you can reference in your program.

    >>include

    You include header files in your program.

    >>main body

    This is your program.

    >>syntax

    The proper structuring of your computer code so the compiler can understand what you have written.

    >>reserved word

    A word or term that cannot be used as a variable name because it has special meaning in the programming language you are using; for example, you cannot name a variable int because in C, int is the word for a certain data type

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.