Consider the below-given code written in C language

#include

int main()

{

int k  = 20;

whlie(--k)

printf(“GATE CS 2021\n”);

}

Identity the compiler’s response about the above-given code while creating the object- module

1
Lexical Error
2
Prints GATE CS 2021 19 times
3
Prints GATE CS 2021 20 times
4
Syntactic Error

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation