Wednesday, October 5, 2016

C Tutorial 1- Print your name

#include<stdio.h>int main()
{
printf("Hey! I am Mubin");//press F9
return 0;
}
Output

No comments:

Post a Comment