Computer Science, asked by debasmitakar2006, 1 month ago

Write a program to print, “Welcome to the World of Computers”.
Write a program to print your Name, Class, Roll_No, Marks and Age. Name this file, "MyProfile'.






Please say the correct answer

Answers

Answered by Siddhu68
0

Answer:

1st program..

#include<stdio.h>

main()

{

printf("welcome to the world of computers");

}

Similar questions