#include<stdio.h>
int main() {
int i;
for(i=0;i<=7;i++) 
Printf("hii guys\n") ;
return 0;
}
By the execution of above code how many times the "hii guys" Will be displayed

Posted on by