Write a single printf() to print the following message:
Computer
"Test"
Answers
Answered by
0
#include<stdio.h>
void main()
{
printf("Test");
return 0;
}
Mark me brainliest
Similar questions