Write a program in C
to print"Welcome to the world of computer"
Answers
Answered by
9
Answer:
#include<stdio.h>
int main(){
printf("Welcome to the world of computer");
return 0;
}
Answered by
0
Answer:
class Welcome
public static void main (string args)
System.out.println("Welcome to the world of computer")
Similar questions
Social Sciences,
3 months ago
Physics,
3 months ago
Math,
3 months ago
Social Sciences,
7 months ago