Assignment 1
Title
Question
#include<stdio.h>
int main()
{
printf("welcome to the world of c");
return 0;
}
C-and-Cpp First-C-Program 01-02 min 10-20 sec
Answers:
welcome to the world of c
Assignment 1
#include<stdio.h>
int main()
{
printf("welcome to the world of c");
return 0;
}
Answer:
welcome to the world of c
Login to add comment