328 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

4.7k
views
1 answers
2 votes
kallu singh asked Sep 5, 2017
4,723 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 variables of program4.Access link
428
views
1 answers
1 votes
kallu singh asked Sep 5, 2017
428 views
Q. Consider the following grammar :1. S → XYX 2. X → Yc3. X → sX 4. X → ε5. Y → eXFind the first and follow
487
views
1 answers
0 votes
kallu singh asked Jan 17, 2019
487 views
263
views
0 answers
0 votes