MCQs > IT & Programming > C Programming > Output of following program? #include int main() { int k=1; printf('%d==1 is ' '%s\n',k,k==1?'TRUE':'FALSE'); return 0; }

C Programming MCQs

What will be the output of following program? #include<stdio.h> int main() { int k=1; printf("%d==1 is " "%s\n",k,k==1?"TRUE":"FALSE"); return 0; }


 

Answer

Correct Answer: 1==1 is TRUE

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