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 tipsSo let's startFor printing your name use this code in turbo c++
- #include<stdio.h>
- #include<conio.h>
- void main
- {
- printf(" coding knowledge ");
- getch();
- }
Read this:-
- C language character set definition and character sets sign
- Introductions of coding knowledge .in | welcome in world of coding
output:- coding knowledge
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: