Click here to Skip to main content
15,893,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
what does :: mean in c language?
Posted
Comments
CPallini 21-Jan-14 4:41am    
It means: "you have choosen the wrong programming language".
[no name] 21-Jan-14 4:53am    
The same as !! and ??.

check this
http://en.wikipedia.org/wiki/Scope_resolution_operator#C.2B.2B[^]
BTW ::operator can not be used in C . It is used in C++
 
Share this answer
 
v2
Nothing at all: it's the Scope resolution operator[^] in C++. It isn't used in standard C at all and will give a compiler error.
 
Share this answer
 
Comments
H.Brydon 21-Jan-14 9:15am    
I think you meant compile time error but +5 anyhow...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900