Addition of Two number.

Program to add two numbers


#include<conio.h>
#include<stdio.h>

void main()
{


printf("Sum of Two number 5 and 8 are : " 5 + 8);
getch();
}

Comments

Popular posts from this blog

SKILL ROCKS TECH QUESTIONS

C Program for Analog Clock Design

Php Check is date or not