retagged by
578 views
0 votes
0 votes
What type of error in program

main()

{

int gate,exam;

gate=exam=10.3;

printf("%c",gate);

}

Lexical

Syntax

Semantic

None of these
retagged by

1 Answer

Related questions

1 votes
1 votes
3 answers
1
VJ2793 asked Feb 12, 2019
688 views
fro(int I=0; I <5;I++);what kind of compilation error is this ?
0 votes
0 votes
0 answers
2
vaishali jhalani asked Dec 10, 2016
810 views
What is the type of error (earliest phase) identified during the compilation of the following program ? #include <stdio.h main( ) { int x, y, z; x = y = z = 10.3; printf(...
1 votes
1 votes
1 answer
3
10 votes
10 votes
2 answers
4
shubhams3 asked Mar 22, 2016
1,095 views
a = 1+1+1+ 1+1+1 1+1;as far as i think, it will pass the lexical phase.. it should b syntax error.. correct ??