Questions


September 2022 2 5 Report
What is the output of this program?

#include <studio.h>
int main()
{
int a, b, c;
a=10;
b=5;
c = a/b;
printf ("%d/%d is equal to %d", a, b, c);
return 0;
} ​

Answers & Comments


Add an Answer


Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Helpful Social

Copyright © 2024 EHUB.TIPS team's - All rights reserved.