312-92 Web TestEngine demo

Exit VCEDump 312-92 EC-Council Certified Secure Programmer v2 (ECSP)
Question 11 of 15
0% complete
Q11 Single choice

What type of problem will result if the following statement is used?

int main()

{

short int a;

unsigned short int=b32768;

a=b;

printf( " a = %d", a);

b=65535;

a=b;

printf( " a = %d", a);

}

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in