Content text Session 4.pptx
Automotive Software Development Program Semester1: Certificate in Automotive Software Development (CAS) Module: C/C++ Programming for AI Embedded Systems Session 4: Input and Output Program: C/C++ Programming for AI Enabled Embedded Systems Input And Output #
INTRODUCTION TO INPUT AND OUTPUT C/C++ Programming for AI Enabled Embedded Systems Input And Output # INTRODUCTION TO INPUT AND OUTPUT STATEMENTS INPUT STATEMENTS Input Operations are taking the inputs from the user and storing the values/data given by the user into specific memory locations. As we already know that variable is a memory location to store the data. OUTPUT STATEMENTS Output Operations is an operation to give the information back to user after processing it. C Language Provides printf() as output function and scanf() as input function. printf() and scanf() are library function which are present in the header file stdio.h