What is a NULL statement?

C Programming Language >   Pointer in C Language >   Pointer in C  

Short Question

1290


Answer:

A null statement is no executable statements such as ; (semicolon).

Eg: int count = 0; 
while( ++count<=10 ) ;


Above does nothing 10 times.


This Particular section is dedicated to Question & Answer only. If you want learn more about C Programming Language. Then you can visit below links to get more depth on this subject.




Join Our telegram group to ask Questions

Click below button to join our groups.