#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*/
#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