416 views
1 votes
1 votes

is given solution correct?

 

Please log in or register to answer this question.

Related questions

1 votes
1 votes
1 answer
1
rahul sharma 5 asked Apr 28, 2018
1,463 views
int a = b+*/c;Which phase will give the error?Lexical or syntax?
2 votes
2 votes
3 answers
3
pC asked Nov 19, 2015
2,675 views
0 votes
0 votes
3 answers
4
OneZero asked Jan 21, 2019
995 views
int main(){int a = 10;fun(a);}void fun(int a){printf(“%d”,a);}Which phase of the compiler will raise an error?Lexical syntaxsemanticsnone of the above