314 views
0 votes
0 votes

Q.Find the C statement which has a syntax error.

1.If (z);

2.For (a, b, c);

3.While (a, b);

4. None of these

Please log in or register to answer this question.

Related questions

2 votes
2 votes
1 answer
1
kallu singh asked Sep 5, 2017
4,677 views
Q. Which of the following parameter is not included in the activation record of recursive function call?1.Local variables of function2.Return value of function3. Global v...
1 votes
1 votes
1 answer
2
kallu singh asked Sep 5, 2017
411 views
Q. Consider the following grammar :1. S → XYX 2. X → Yc3. X → sX 4. X → ε5. Y → eXFind the first an...
0 votes
0 votes
1 answer
3
kallu singh asked Jan 17, 2019
470 views
0 votes
0 votes
0 answers
4