Five programs September 2022 Get link Facebook X Pinterest Email Other Apps September 05, 2022 #include #include void main(){ clrscr(); int a,b; a=5; b=20; printf("a+b=%d\n",a+b); getch(); } Read more