MCQs > IT & Programming > C Programming > In this code sample, what is not a problem for C compiler? main(){ constant int PI = 3.14; printf("%f\n", pi);}

C Programming MCQs

In this code sample, what is not a problem for C compiler? main(){ constant int PI = 3.14; printf("%f\n", pi);}

Answer

Correct Answer: The value of PI needs to be set to 3.141593, not 3.14

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