Computer Science, asked by palakagarwal37, 11 months ago

write a program to display three statements about your school on separate lines​

Answers

Answered by Mukeshgorain338
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