C programming examples with output
Program to print anything without using semicolon ';'
Program
#include<stdio.h>
#include<conio.h>
void main()
{
while(!printf("Welcome to MoTech360"))
{
}
}
Output:
Welcome to MoTech360
Program to print anything without using semicolon ';'
Program
#include<stdio.h>
#include<conio.h>
void main()
{
while(!printf("Welcome to MoTech360"))
{
}
}
Output:
Welcome to MoTech360
0 komentar:
Post a Comment