C Programming Language Fundamentals of C Language
⚠ Report Question ✓ Question Verified
#include int main() { int i = 0; while (i < 5) { printf("%d ", i); i++; } return 0; }
Learn More MCQ Questions from C Programming Language Fundamentals of C Language
In this section we will discuss MCQ questions about fundamentals of C programming language.