Tuesday, January 23, 2024

C Program to find add two numbers

 #include<studio.h>

void main()

{

int a=1,b=4;

printf("Addition is %d",a+b);

}

No comments:

Post a Comment

  Blog chatgpt Blog