Computer Science, asked by fatimasiddiqua000, 6 months ago

Write a single printf() to print the following message:
Computer
"Test"​

Answers

Answered by sahil10august
0

#include<stdio.h>

void main()

{

printf("Test");

return 0;

}

Mark me brainliest

Similar questions