This document provides an introduction to programming concepts in the C language, covering topics such as program structures, data types, constants, operators, input/output functions, and syntax rules for identifiers and reserve words. It discusses the characteristics and ancestry of C as well as concepts like characters, strings, semicolons, braces, comments, and hierarchy of operations.
1 of 1
Download to read offline
More Related Content
C language prelims
1. Coverage: Introduction to Programming (C Language) (70 Items)
Concepts of C Programming
¡¤ C Ancestry
¡¤ Characteristics of C
¡¤ Program Structures
¡¤ Characters and String
¡¤ Semicolons, braces and comments
¡¤ Case sensitive
¡¤ Spacing and parenthesis
¡¤ Rules in identifiers formulation
¡¤ Turbo C reserve words
¡¤ Data types, constants and operators
¡¤ Hierarchy of operation
¡¤ Standard input/output
¡¤ Print () and Scan()