write a program in C to design a based on user input
Answers
Answered by
0
Explanation:
Input
#include <stdio.h>
int main()
{
// Displays the string inside quotations
printf("C Rollfreens");
return 0;
}
Output
C Rollfreens
Similar questions