C program to print a message on the screenSimple / By Neeraj Mishra #include<stdio.h> #include<conio.h> void main() { clrscr(); //to clear the screen printf(“nnnnttt***** Welcome to C Programming *****”); getch(); //to stop the screen }
amber gautam September 25, 2016 at 2:35 pm use “\n” instead of n and “\t” instead of t in printf Reply
Hemant Singh December 29, 2016 at 8:22 pm if printf(“nnnnttt***** Welcome to C Programming *****”); then how to possible fined other output , please tell me Reply
ibrar February 24, 2018 at 5:20 am bro please write a program for me write a program that display message programming make life interesting on screen. Reply
program has 7 errors
use “\n” instead of n and “\t” instead of t in printf
if printf(“nnnnttt***** Welcome to C Programming *****”);
then
how to possible fined other output , please tell me
It shows printf should have prototype.
We to do now??
bro please write a program for me write a program that display message programming make life interesting on screen.
Bro explain the program to create a calculator using operators.