Hi,I am Prasanjeet Ghosh.I am interested in learning new and new programming languages as well as applying them for real life applications.This is my first blog. This blog is completely dedicated to programming language C and C++.
C Program To Read Two Numbers And Print The Sum Of Given Two Numbers
#include<stdio.h> #include<conio.h> main() { int p,q, sum; clrscr (); printf ("ENTER VALUE FOR P :"); scanf ("%d",&p); printf("ENTER VALUE FOR Q:"); scanf("%d",&q); sum=p+q; printf("Sum Of Given Two Numbers are %d", sum); getch(); }
Apna BCA 1st yaad aa gaya.
ReplyDeleteCarry on sir.....