Earn free bitcoin

10 March 2018

Write a program to display message

#include<stdio.h>
#include<conio.h>
main()
{
printf("Programmers World");
}


Output:-Programmers World
--------------------------------
Process exited after 0.02109 seconds with return value 0
Press any key to continue . . .


Explanation:-
/* This program displays the message PROGRAMMERS WORLD, Using the printf() statement*/

0 comments:

Post a Comment