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
1
#include<stdio.h>
int main()
{
printf("This is the output text");
return 0;
}
See the picture:-
Attachments:
Similar questions