Five programs September 2022

#include #include void main(){ clrscr(); int a,b; a=5; b=20; printf("a+b=%d\n",a+b); getch(); }

Comments