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
5
Answer:
Nothing printed.
Explanation:
Similar questions
English,
1 month ago
Biology,
1 month ago
Hindi,
1 month ago
Social Sciences,
9 months ago
English,
9 months ago