Computer Science, asked by drshivpratapsingh, 5 months ago

Write a program in C
to print"Welcome to the world of computer"

Answers

Answered by imtiyazallam
9

Answer:

#include<stdio.h>

int main(){

printf("Welcome to the world of computer");

return 0;

}

Answered by sarojamanju7
0

Answer:

class Welcome

public static void main (string args)

System.out.println("Welcome to the world of computer")

Similar questions