#include <stdio.h>
int main(void)
{
printf("ANIKA\n");
system("pause");
return 0;
}
This is the output:
ANIKA
Programming is the most easiest thing in the world and that's why make fun with it and be a Expert of it.
#include <stdio.h>
int main(void)
{
printf("ANIKA\n");
system("pause");
return 0;
}
ANIKA
Labels: Introduction
All rights reserved||Using Deluxe Template By Klodian
0 comments:
Post a Comment