✪ Choose the correct option.
What will be the output of the following program?
#include
void main()
{
float x=5,y=2;
int result;
result=x % y;
cout< }
What will be the output of the following program?
What will be the output of the following program?
#include
void main()
{
float x=5,y=2;
int result;
result=x % y;
cout< }