1.

Q1. i) Have a look at the following piece of code, state and explain the output. [5] #include using namespace std;int main() { // your code goes here int a[] = {1, 2, 3, 4, 5}; if(a) printf("%d", a[0]); else printf("%d", a[1]); return 0;}​

Answer» TION:I don't UNDERSTAND what is this?


Discussion

No Comment Found