How to write first Program In C / C++

First Program In C / C++


First Program In C / C++

Description

A program to display "Hello World!" ignoring inverted comma

C

#include<stdio.h>
void main()
{
printf("Hello World!");
}


C++


#include<iostream>
using namespace std;

int main(){
cout << "Hello World!";
}
We research, test, and then share here what is helpful to you.
NextGen Digital... Welcome to WhatsApp chat
Howdy! How can we help you today?
Type here...