23.
24. What will be the output of the following program:
#include <iostream.h>
main()
{
int mult;
int x=20;
int y=10;
他
mult=(++x)*(++y!
cout<<"\n The multiplication of x and y is"<<mult;
return 0;
}
Answers
Answered by
0
Answer:
Ggle
Explanation:
Mark me Brainliest.
Similar questions
Math,
1 month ago
India Languages,
1 month ago
Environmental Sciences,
1 month ago
English,
3 months ago
Math,
10 months ago
Hindi,
10 months ago
English,
10 months ago