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,
2 months ago
Social Sciences,
2 months ago
Social Sciences,
10 months ago
English,
10 months ago