Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

What does double semicolon mean in c?

It has the meaning of an a statement followed by an empty statement.

In C each statememnt ends with ;. So a statement with a ; followed by one, is a statement followed by an empty statement.


It doesn't mean anything. It's just an extra semicolon. You can delete it (leaving a single semicolon) without any effect on your program.

Tags:

C

Pointers

Struct

Related

reset ckeditor value on form reset button How to set debug false for release mode how do you filter pandas dataframes by multiple columns Can docker run inside a Linux Container? inkscape command line, where is it on mac? Add a css class to a field in wtform Compute rand7() using rand5() Function stoi not declared How to export source content within div to text/html file Difference between IISRESET and IIS Stop-Start command Does Java have an exponential operator? Pandas DataFrame performance

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy