what does : mean? pls help
Answers
Answered by
1
Hey mate here is your answer》》
It means different things in different languages. Someone mentioned it signifies a comment in some languages, in others it is a preprocessor directive. As a preprocessor directive, it lets a compiler know that the line of code is probably something it needs to deal with before interpreting the software program itself.
In several scripting languages and SQL, it signifies a comment, which is a line of code for the interpreter to ignore.
Interestingly, the term for the “#!” symbol at the beginning of a bash or other Linux/Unix sourcecode file is “Crunch Bang”. The line it is on lets you and anyone else know the exact location of the file on the filesystem.
Hope this answer will help you..《《
It means different things in different languages. Someone mentioned it signifies a comment in some languages, in others it is a preprocessor directive. As a preprocessor directive, it lets a compiler know that the line of code is probably something it needs to deal with before interpreting the software program itself.
In several scripting languages and SQL, it signifies a comment, which is a line of code for the interpreter to ignore.
Interestingly, the term for the “#!” symbol at the beginning of a bash or other Linux/Unix sourcecode file is “Crunch Bang”. The line it is on lets you and anyone else know the exact location of the file on the filesystem.
Hope this answer will help you..《《
princeofpowerjr:
thanks
Similar questions