Back to Browse

Printf() Function in C Hindi/Urdu| Example Code 2.1 | Activity 2.1 & 2.2 | 10th Computer Chapter 2

918 views
Premiered Feb 6, 2023
13:30

Unit Introduction: A computer is a device that takes- data as input, processes that data and generates the output. Thus all the programming languages must provide instructions to handle input, output and processing of data. In this chapter, we discuss different pre-built input/output functions available in C language. Weal so discuss different operators that we can apply to process the data. 2.1 Input/output (I/O) functions: We need a way to provide input and show output while writing programs. Each programming language has its keywords or standard library functions for me /Operations. C language offers printf function to display the output, and scan function to get input from user. In the following section, we discuss these two functions 2.1.1 printf () printf is a built-in function in C programming language to show output onscreen. Its name comes from "print formatted" that is used to print the formatted output on screen. All data types discussed in the previous chapter can be displayed with printf function. To understand the working of printf function, let’s look at the following example program:   Example Code 2.1 Activity 2.1 Activity 2.2 Write a program that shows your first name is Uppercase and your last name in lower case letters on screen. Timestamp 00:00 Intro 00:54 User Introduction 02:40 Input Output (I/O) Functions 05:01 printf() 06:37 Example Code 2.1 08:45 Activity 2.1 10:48 Activity 2.2 12:37 Outro Social Media Links: ______/❤ All Students are requested to Follow Me on Social Media!! ❤\________  Instagram:➜ https://www.instagram.com/digitaleduc...  Twitter:➜ https://twitter.com/shahbaz_ali101  Facebook Page:➜ https://www.facebook.com/digitalEduca...  Whatsapp:➜ https://chat.whatsapp.com/GqLGyGuZyNp...  Youtube:➜ https://bit.ly/32hA7C4?sub_confirmati... 10th Class Computer Science: How to install and Download Code::Blocks: https://bit.ly/3HuCBzO 10th Computer Science All Lectures Playlist: https://bit.ly/3eYGMbb 10th Computer Science All Exercise Playlist: https://bit.ly/3pMcoqu 10th Computer Science All Example Code Playlist: https://bit.ly/3pKxxkK 10th Computer Science All Programming Time: https://bit.ly/3eOmTmJ 10th Computer Science All Activities Playlist: https://bit.ly/3eFQOh1 10th Computer Science All Programming Exercise Playlist: https://bit.ly/3zltiQ6 9th Class Computer Science: 9th Computer Science Chapter 1: https://bit.ly/3SCa6pR 9th Computer Science Chapter 2: https://bit.ly/3SBi2I4 9th Computer Science Chapter 3: https://bit.ly/3EfbEBT 9th Computer Science Chapter 4: https://bit.ly/3EjLduP 9th Computer Science Chapter 5: https://bit.ly/3SU0O8x 9th Computer Science All Exercise: https://bit.ly/3EgNnvh 9th Computer Science All Activates: https://bit.ly/3rrYppN 9th Computer Science Complete Lectures: https://bit.ly/3t2BBhr

Download

1 formats

Video Formats

360pmp437.5 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Printf() Function in C Hindi/Urdu| Example Code 2.1 | Activity 2.1 & 2.2 | 10th Computer Chapter 2 | NatokHD