Computer Science, asked by poulami26, 7 months ago

develop a C program to print a line of text..
please click a photo.. of this program so that I can understand it properly...
please ​

Answers

Answered by sahil10august
1

#include<stdio.h>

int main()

{

printf("This is the output text");

return 0;

}

See the picture:-

Attachments:
Similar questions