How to Print Name and Address in C [Updated 2024]
21K views
Apr 27, 2024
Hello there, This this video tutorial we are going to print Name and Address in C. Where we will use printf() function to Print our values, scanf, fgets() and c variables for storing our values in C. Steps to Print Name in C: 1) First Open Your C Compiler (For Example Code::Blocks) 2) Create a New File And Save that File With a name. (for example myname.c) 3) Write the code As shown Above. 4) Save and Run your C Program. 5) Done. Now you will be able to see your Name there. Contact Us: programminghead7@gmail.com
#C & C++