Comment on the output of the following C code.
#include int main(){ int i, n, a = 4; scanf("%d", &n); for (i = 0; i
#include int main(){ int i, n, a = 4; scanf("%d", &n); for (i = 0; i Comment on the output of the following C code.
#include <stdio.h>int main(){ int i, n, a = 4; scanf("%d", &n); for (i = 0; i Correct Answer No output
মোঃ আরিফুল ইসলাম
Feb 20, 2025