Output Function & Data Types in C
Output Function & Data Types in C
#include<stdio.h>
Turbo C++:
conio.h
- Console Input Output Header File
- clrscr(), getch()
clrscr() - Clears the User Screen or Console Window - clears the contents until
the function is called
Data Types:
Type - Varieties
Data - Information or Raw Information
Types of Datas:
Character a,b,c,d,e......
Numbers 1,2,3,.....
Fractional Values 1.1,1.2.,,,,,,
Symbols +,-,*,.....
Special Characters @,#,!,.....