Header Ads

print your name using c programe in turbc++

print your name using c programe in turbc++

In today's article, we will know how we print our name in C language with coding,print your name using c programe in turbo c++, programming basic tips

So let's start
For printing your name use this code in turbo c++

  1. #include<stdio.h>
  2. #include<conio.h>
  3. void main
  4. {
  5. printf("  coding knowledge ");
  6. getch();
  7. }

Read this:-



output:-      coding knowledge




print your name using c programe in turbc++
name printing in c language






Also, read these articles



In today's post, you learned how to print your names with the help of programming in C language.









Tags: - C language, c programming , name print in Turbo C ++


    Thanks for visiting on
    Coding knowledge.in
  

No comments:

Powered by Blogger.