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
0
Answer:
1st program..
#include<stdio.h>
main()
{
printf("welcome to the world of computers");
}
Similar questions