2
Hello world

Presentation

  • Upload
    sheraz

  • View
    213

  • Download
    1

Embed Size (px)

DESCRIPTION

abcd

Citation preview

Page 1: Presentation

Hello world

Page 2: Presentation

#include<stdio.h>

#include<conio.h>

Void main()

{

int a,b;

Printf(“enter a b”\n);

Scanf(%d%d”,&a,&b);

Printf(“%d+%d=%d”,a,b,a+b);

getch();

}