Certificate
Title
Question
I want my spoken tutorial certificate
C-and-Cpp First-C-Program 11-12 min 50-60 sec
Answers:
I have responded to this query earlier. Kindly do the needful. Jessie Velusamy, Training Manager, Spoken Tutorial
#include <stdio.h>
int main()
{
printf("Welcome to the world of c");
return 0;
}
output is as follow:
Welcome to the world of c
Login to add comment