write a c program to display " Goverment polytechnic ,"and "himatnagar"on same line
Answers
Answered by
0
#include <stdio.h>
int main() {
printf("Goverment polytechnic himatnagar");
return 0;
}
Similar questions
English,
3 months ago
English,
3 months ago
Social Sciences,
3 months ago
Math,
6 months ago
Math,
11 months ago