Wednesday, October 5, 2016

C Tutorial 2- Print two sentences in two new lines


#include<stdio.h>
int main()
{
printf("Hey! I am Mubin.\nI am a good boy.\n");

return 0;
}

Output

No comments:

Post a Comment