What will be the output of the following piece of code?
#include <stdio.h> int main() { int i; for(i=0;i< 8; i++); printf("%d",i); return 0; }
कोड के निम्नलिखित भाग का आउटपुट क्या होगा?