What would be the output of the following?
main() { int i=strlen("Blue")+strlen("Purple")/strlen("Red")-strlen("Green"); printf("%d",i); }
Reveal answer
Fill a bubble to check yourself
What would be the output of the following?
main() { int i=strlen("Blue")+strlen("Purple")/strlen("Red")-strlen("Green"); printf("%d",i); }