What happens when you attempt to compile and run the following code?

What happens when you attempt to compile and run the following code?
#include using namespace std;
int main (int argc, const char * argv[])
{
int tab[5]={1,2,3}; for (int i=0; i<5; i++) cout <A. compilation fails
B. It prints: 12300
C. It prints: 12345
D. It prints: 00000

Download Printable PDF. VALID exam to help you PASS.

Posted in: CPA

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.