saving . . . saved Assignment 1 has been deleted. Assignment 1 has been hidden .
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 30-04-21, 1:39 p.m. nirmalarameah138@gmail.com

Answers:

welcome to the world of c
30-04-21, 9:06 p.m. gopugrasp@gmail.com


  Assignment 1
#include<stdio.h>
int main()
{
  printf("welcome to the world of c");
  return 0;
}
Answer:
welcome to the world of c
25-07-21, 7:59 a.m. 122070008@sastra.ac.in


Log-in to answer to this question.