Write a Program to Display your name in C [ 3 Different Methods ]

29K views Apr 27, 2024
publisher-humix shuDoCODE

Write a Program to Display your name in C [ 3 Different Methods ] Video Content : 00:00 Introduction (About all the Steps) 00:41 Creating a New C File 00:51 CPP to C file [Saving C File] 02:13 C Syntax 03:34 C printf() Function 04:00 Compile and Run the FILE 05:20 Output 05:31 Print name using Variables 09:25 Get user name and Print user Name 12:28 Final Output 12:40 Thanks For watching Video Content (in text) If you want to print your Name using C Language we Have Print Function for that (Actually more Options in C Language to Print our Names but we are going to Discuss only This Print Function methods in this Tutorial). Where Print Function take any String or Numeric value from users and Print that Value in the Output screen when we run our C Program.

#C & C++