'C' लैंग्वेज में निम्नलिखित ऐरे घोषणाओं पर विचार करें:

int array 1[] = {2, 3};

int array2[3]={9};

निम्नलिखित प्रिंट स्टेटमेंट की आउटपुट कितनी होगी?

printf(“%d, %d”, array1 [1], array2 [2]);

1
2, 0
2
3, 0
3
2, 9
4
3, 9

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation