MCQs > IT & Programming > C Programming > What is not a valid command with this declaration? char *string[20] = { "one", "two", "three"};

C Programming MCQs

What is not a valid command with this declaration? char *string[20] = { "one", "two", "three"};

Answer

Correct Answer: printf("%s", string[1][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