#include <stdio.h>
int main(void)
{
printf("\tANIKA\n");
printf("\?\?JAKIR\?\?\n");
printf("\"ANIKA+JAKIR\"");
system("pause");
return 0;
}
This is the output:
ANIKA ??JAKIR?? "ANIKA+JAKIR"
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("\tANIKA\n");
printf("\?\?JAKIR\?\?\n");
printf("\"ANIKA+JAKIR\"");
system("pause");
return 0;
}
ANIKA ??JAKIR?? "ANIKA+JAKIR"
Labels: Escape Sequence
All rights reserved||Using Deluxe Template By Klodian
0 comments:
Post a Comment