DataTypes - primary, user defined , primary and void datatypes

premapmvit 0 views 4 slides Aug 31, 2025
Slide 1
Slide 1 of 4
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4

About This Presentation

datatypes in C- DataTypes - primary, user defined , primary and void datatype


Slide Content

DATA TYPES Data Type is used to define the type of value to be used in a Program. Based on the type of value specified in the program specified amount of required Bytes will be allocated to the variables used in the program. Data types are broadly classified into four main types. They are as follows.

INPUT OUTPUT FUNCTIONS Th ere are two types of input output functions Formatted functions scanf () and printf () Unformatted functions getchar () putchar () getche () putch () getch () puts() gets()
Tags