Day 3
Day 3
“Embedded C “
Programming
DAY 3/30 mk
What you will learn Today
Structure of a C Program
Escape sequence
Format Specifier
C Datatypes and Variables
Variable Scopes
Sizeoff Operator
About Pantech Prolabs India Pvt Ltd
Started in the Year 2004
Lab equipments and Sensor Interface
Manufacturer of Brainsense EEG Headset
Reconfigurable Algorithms on AI
Manufacture of AI development Boards
Power electronics, Fuel cell and Renewable Energy trainers
Vision
To help 10 Million students around the
globe to learn technology in a easy way
www.pantechsolutions.net
About me
My Primary Expertise
Microcontroller Architecture: 8051,PIC,AVR,ARM,MSP430,PSOC3
DSP Architecture: Blackfin,C2000,C6000,21065L Sharc
FPGA: Spartan,Virtex,Cyclone
Image Processing Algorithms: Image/Scene Recognition, Machine Learning, Computer Vision, Deep Learning,
Pattern Recognition, Object Classification ,Image Retrieval, Image enhancement and denoising.
Neural Networks : SVM,RBF,BPN
Cryptography :RSA,DES,3DES,Ellipti curve,Blowfish,Diffe Hellman
Compilers: Keil,Visual DSP++,CCS, Xilinx Platform studio,ISE, Matlab, Open CV
https://www.linkedin.com/in/jeevarajan/ www.pantechsolutions.net
Announcement
Attendance Link at anytime of the session.
Minimum attendance required for an E-Certificate is 25 Days. Attendance
link will be closed at the end of the event.
For Internship Candidates no attendance required ,it will be accessed from
the LMS Portal. (learn.pantechsolutions.net)
Recorded Video Streaming for LAB classes to improve Learning
Experience or if I am not able to present on Live.
PPT in facebook group and Telegram Group
Source code and projects available download only for Internship canditates
Mindset Lesson for the Day
www.pantechsolutions.net
For learning hub visit learn.pantechsolutions.net
Are you Ready to learn?
Structure of a C Program
• C program basically consists of the following parts
– Preprocessor Commands
• Inbuilt
• userdefined
– Functions
– Variables
– Statements & Expressions
– Comments
www.pantechsolutions.net
For learning hub visit learn.pantechsolutions.net
Structure of a C Program
Structure of a C Program
Escape Sequence
An escape sequence is a sequence of characters used in formatting the output and are not
displayed while printing text on to the screen, each having its own specific function.
Difference between \n and \r
Difference between \n and \r
Difference between \n and \r
Assignment
Commenting
‘C’ data types and variables
Data Types
Representing real world data
Examples of Data in Real world