You are Here: Home > Computer Subjects > Programming in C Language…
Programming in C Language
[Click on the questions to view the answer]
- Identify the error in the following C statement
int x[8], i; for (i = 0; i < = 8; ++i) x[i] = i;
Will the error be defected? If so when?
- What does this sigmant print?
for (ch = (int) 'd'; ch < (int) 'n'; ch += 3) printf ("%c", (char) ch); printf ("\n");
Click Here to Find Latest Jobs and Current Affairs