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
Hindi,
2 months ago
Computer Science,
2 months ago
Math,
2 months ago
Math,
4 months ago
Math,
10 months ago