निम्नलिखित कोड कितनी बार स्ट्रिंग "हैलो" प्रिंट करता है
How many times the following code prints the string “hello”
for(i=1;i<=50;i++)
printf(“NIELIT”);
A)
B)
C)
D)
Explanation: