Special Symbols |
Special Symbols
- Comma (,) = Variables, arrays की value आदि को separate करने के लिए।
- Semi-colon (;) = किसी भी statement को terminate करने के लिए।
- Parenthesis () = किसी भी Function के आगे Paranthesis Input लेने के लिए Use होता है।
- Curly Braces {} = Block declare करने के लिए। या किसी भी function की body declare करने के लिए।
- Hash (#) = C Programme की शुरुआत में सबसे पहले # का प्रयोग होता है।
- इसे Pre Processer Directive कहते है।
- # Compilation Process से पहले Header Files के Functions को प्रोग्राम में Include करने की Process करता है।
Note:
"C" Programme की Librabry को "dll" कहते है || { dll = dynamic link library }