What will be the output of the program?
#include int main() { int i=0; for(; i<=5; i++); printf("%d", i); return 0; }
Answer: D
No answer description available for this question.