Download presentation
Presentation is loading. Please wait.
1
Introduction to C
2
C is simple. C is easy since it is extremely small and contains only 32 keys. Languages like C++,C# or java use C syntax. Gaming frameworks and even mobile devices use C.
3
Introduction to C Basics If Statement Loops Preprocessor Functions
Switch case Structures File I/O
4
What IS C? C Is Journal Purpose Structure Programming Language . Its Instruction Consist Of English term & Mathematics “DENNS RITCHIE” Developers of the C programming Language at bell telephone laboratory . In 1970
5
Constant Of C INTEGER FLOATING CHARCTER STRING
It consist of value number 45,45,47 It consist of decimal point 48.56% It consist of single character “C , H, d” It consist of more then one character “kalpesh” It represent by (%d) (%f) (%c) (%s)
6
Basic function of C printf :- IT is use to show out put to other user Scanf:- IT is use to get the data from the user Clrscr:- it is use to clear perious screen out put getch :- it is use for to hold the out screen
7
Output
8
Program
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.