MCQs > IT & Programming > C Programming > Point out the error in the following program(if it is compiled with Turbo C compiler)? #include int main() { display(); return 0; } void display() { printf('Upwork.com'); }

C Programming MCQs

Point out the error in the following program(if it is compiled with Turbo C compiler)? #include<stdio.h> int main() { display(); return 0; } void display() { printf("Upwork.com"); }

 

Answer

Correct Answer: display() is called before it is defined

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