Computer Science, asked by princeofpowerjr, 1 year ago

what does : mean? pls help

Answers

Answered by 1Anushka12
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..《《

princeofpowerjr: thanks
princeofpowerjr: oh but do you know what it means in a sentence by any chance ?
1Anushka12: Your's welcome
Similar questions