Type Here to Get Search Results !

Special Symbols in C - Language

Special Symbols in C language

Special Symbols


Special Symbols

  1. Comma (,) = Variables, arrays की value आदि को separate करने के लिए।
  2. Semi-colon (;) = किसी भी statement को terminate करने के लिए।
  3. Parenthesis () = किसी भी Function के आगे Paranthesis Input लेने के लिए Use होता है।
  4. Curly Braces {} = Block declare करने के लिए। या किसी भी function की body declare करने के लिए।
  5. Hash (#) = C Programme की शुरुआत में सबसे पहले # का प्रयोग होता है।
    • इसे Pre Processer Directive कहते है।
    • # Compilation Process से पहले Header Files के Functions को प्रोग्राम में Include करने की Process करता है।

Note:

"C" Programme की Librabry को "dll" कहते है || { dll = dynamic link library }

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.