Find out the output of the given program or find the error if any. #include<stdio.h> #include<conio.h> int main() { int s=25,d; d=s%10; if(d==5) { s=s/10; printf( result is=%d%d,s*s++,d*d); } else { printf( invalid number); } getch(); }
Reveal answer
Fill a bubble to check yourself