write a program to display three statements about your school on separate lines
Answers
Answered by
2
Explanation:
#include<stdio.h>
#include<conio.h>
void main()
{
printf("My school is situated in SINI");
printf ("My school has a garden and park for playing");
printf("I have lots of friend in my school");
getch();
}
Similar questions
Accountancy,
5 months ago
Math,
5 months ago
Geography,
11 months ago
English,
11 months ago
English,
1 year ago