Sail E0 Webinar
Question


Point out the error in the program


#include<stdio.h>
int main()
{
int a[] = {10, 20, 30, 40, 50};
int j;
for(j=0; j
Options:
A .  Error: Declaration syntax
B .  Error: Expression syntax
C .  Error: LValue required
D .  Error: Rvalue required
Answer: Option C



Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers