Assienment1.
1 #include:-
In ‘C’ programming language all library functions are included in different header files in different categories with “.h” extension.
# is called as “preprocessor”. Means it will include the header file before comipling the code. “include” gives command to include something .
“stdio” stands for “standard input output”.