saving . . . saved Certificate has been deleted. Certificate has been hidden .
Certificate
Title
Question
 I want my spoken tutorial certificate 

C-and-Cpp First-C-Program 11-12 min 50-60 sec 06-11-23, 10:58 a.m. rohitkhedkar9201@gmail.com

Answers:

I have responded to this query earlier. Kindly do the needful. Jessie Velusamy, Training Manager, Spoken Tutorial
06-11-23, 12:32 p.m. eloinjess


#include <stdio.h>

int main() 
{
   printf("Welcome to the world of c");
   return 0;
}


output is as follow:
Welcome to the world of c
20-01-24, 3 p.m. Vaishnavi2885


Welcome to the world of c
11-03-24, 2:34 p.m. 2305101010024@paruluniversity.ac.in


Log-in to answer to this question.