Computer Science, asked by rajeebdhaka1234, 5 months ago

د
Write
program to find the largest of
two numbers​

Answers

Answered by Kunalgupta902684
1

Answer:

Program to find the greatest of two numbers

  • // C program to find the greatest of two numbers

  • #include<stdio.h>
  • int main()
  • {
  • //Fill the code.
  • int num1, num2;

scanf(“%d %d”,&num1,&num2);

Similar questions