Introduction to C Programming | Chapter 8 Solved Question Answers
ItzRafiq
Introduction to C Programming | Chapter 8 Solved Question Answers Class 9 Computer Science Chapter 8 Introduction to C Programming Solved Question Answers a. Write and execute a C program to print your name. b. Write and execute a C program to print your name and your mother’s name in two different lines but using a single printf. c. Write and execute a C program to print the sentence “I am from Assam. I am a responsible citizen of my country.” five times. d. Remove the semicolons (;) from the C program of the previous question. Compile the program and check the errors. Note the line numbers and then rectify them. e. Write and execute a C program to print your name in the order Last name First name. But you will pass them in First name Last name order inside printf [Hint: use proper escape sequence] #itzrafiq #seba #programming ... https://www.youtube.com/watch?v=i73b9QV6qTo
38391873 Bytes