MCQs > IT & Programming > C Programming > Consider the following code. int i = 4, *j, *k; Which one of the following statements will not work?

C Programming MCQs

Consider the following code.
int i = 4, *j, *k;
Which one of the following statements will not work?

Answer

Correct Answer: j = j * 2;

Explanation:

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

C Programming Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

C Programming Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it