Skip to content
  • About
  • Courses
  • Publications
  • Professional Certificates
  • Books Authored
  • Patents
Download CV

First ‘C’ Program

#include<stdio.h>
void main()
{
	int a;
	a=1+2;
	printf(“%d”,a);
}
#include<stdio.h>
void main()
{
	int a=6;
	int b=5;
	int c;
	c=a+b;
	printf(“%d”,c);
}

Nishant Munjal

Coding Humanity’s Future </>

Facebook Twitter Linkedin YouTube Github Email

Tools

  • SIP Calculator
  • Write with AI
  • SamplePHP
  • Image Converter

Resources

  • Blog
  • Contact
  • Refund and Returns

Legal

  • Disclaimer
  • Privacy Policy
  • Terms and Conditions

© 2025 - All Rights Reserved

  • About
  • Courses
  • Publications
  • Professional Certificates
  • Books Authored
  • Patents
Download CV
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.