Computer Science, asked by rohitkumar5432178rd, 3 months ago

What will be the output of the following C cod
#include <stdio.h>
void main
{
int k;
for (k = -3; k<-5; k++)
printf("Hello");​

Answers

Answered by kaurmanveer1997
5

Answer:

Nothing printed.

Explanation:

Similar questions