Sorry! Posting Assignment is allowed only for commercial accounts.
How many times will the following loop execute?for(j = 1; j = 10; j = j-1)
#includestdio.hint main(){ if( 5 10) printf("test for "); return 0:}
#includestdio.hvoid main(){while(1){if(printf("%d",printf("%d")))break;elsecontinue;}}
#includestdio.hint main(){ char b=255; b=b+10; printf("%d",b);}
#include iostream using namespace std; int main() { char c = 69; cout c; return 0; }