Computer Science, asked by hetp34763, 4 months ago

write a c program to display " Goverment polytechnic ,"and "himatnagar"on same line​

Answers

Answered by valeriy69
0

#include <stdio.h>

int main() {

printf("Goverment polytechnic himatnagar");

return 0;

}

\footnotesize\underline\mathsf\color{yellow}{Choose\: brainliest\: if\: it\: helped.}

Similar questions