An error will occur 

, 2.


, 3.

A

, 4.

b

, 5.

c

">
MCQs > IT & Programming > Embedded C >

What would be printed on the standard output as a result of the following code snippet?

char i = 'A';

char *j;

j = & i;

*j = *j + 32;

printf("%c",i);


Embedded C MCQs

What would be printed on the standard output as a result of the following code snippet?

char i = 'A';

char *j;

j = & i;

*j = *j + 32;

printf("%c",i);


Answer

Correct Answer:


Explanation:

Note: This Question is unanswered, help us to find answer for this one

Embedded C Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

More Embedded C MCQ Questions

search

Embedded C Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it