Computer Science, asked by warismuhammadwaris, 2 months ago

(
printf(**);
printf("\n");
3
getch();
)
Program 13.14
Write a program that accepts two numbers from user and displays whether numbers
are equal or not by using function
#include <stdio.h>
void check(int x, int y)
{
if(x==y)
printf("Numbers are equal.");
else
printf("Numbers not equal.");
}
void main()​

Answers

Answered by nishamohideen94
1

Answer:

what do we have to answer here

Answered by ruchapatel321
2

Answer:

i dont known what to do in this

Similar questions