Test : C Programming
Total time 40 minutes and total questions 40. You will retake the test after one month from the day you complete the test first time. But one thing you should remember that Odesk changes the 50% of question in every month.
1. Which of the following code(s) generate compile error
a) int n=5; x; x=n++;
b) int n=5; x; x=++n++
c) int n=5; x; x=(n+1)++
d) int n=5, x=6; x=(n+x)++
e) non of the above
2. Which is/are not storage Type
a) auto
b) global
c) static
d) resister
e) extern
Total time 40 minutes and total questions 40. You will retake the test after one month from the day you complete the test first time. But one thing you should remember that Odesk changes the 50% of question in every month.
1. Which of the following code(s) generate compile error
a) int n=5; x; x=n++;
b) int n=5; x; x=++n++
c) int n=5; x; x=(n+1)++
d) int n=5, x=6; x=(n+x)++
e) non of the above
2. Which is/are not storage Type
a) auto
b) global
c) static
d) resister
e) extern