C LANGUAGE

Uttar Pradesh Technical University

Here are the best resources to pass C LANGUAGE. Find C LANGUAGE study guides, notes, assignments, and much more.

All 12 results

Sort by

Storage Classes in C
  • Storage Classes in C

  • Study guide • 5 pages • 2018
  • Storage Classes
    (0)
  • Free
  • + learn more
Post and Pre increment and decrement Post and Pre increment and decrement
  • Post and Pre increment and decrement

  • Study guide • 4 pages • 2018
  • Pre and post increment and decrements question with solutions
    (0)
  • Free
  • + learn more
File Handling in C File Handling in C
  • File Handling in C

  • Study guide • 10 pages • 2018
  • File handling in C
    (0)
  • $2.99
  • + learn more
C Preprocessor C Preprocessor
  • C Preprocessor

  • Study guide • 6 pages • 2018
  • The preprocessor is a program that processes the source code before it passes through the compiler. Preprocessor Directives are places in the source program before main, before the source code passes through the compiler it is examined by the preprocessor for any preprocessor directives.
    (0)
  • $2.99
  • + learn more
Structure and Union in C Structure and Union in C
  • Structure and Union in C

  • Study guide • 14 pages • 2018
  • Structures is used for packing/collecting data of different type in a single unit. Unions, like structures, are derived datatypes which group together a number of variable.
    (0)
  • $2.99
  • + learn more
Strings in C Strings in C
  • Strings in C

  • Study guide • 9 pages • 2018
  • A string is an array of characters ending with a special character “0” which is also known as null character.
    (0)
  • $3.49
  • + learn more
Pointers in C Pointers in C
  • Pointers in C

  • Study guide • 12 pages • 2018
  • A Pointers is a variable that contains an address which is a location of another variable in memory.
    (0)
  • $2.99
  • + learn more
Single and Double Dimensional Array in C Single and Double Dimensional Array in C
  • Single and Double Dimensional Array in C

  • Study guide • 17 pages • 2018
  • An array is a group of related data items which are stored in a continuous memory location and which share a common name.
    (0)
  • $2.99
  • + learn more
Functions in C Functions in C
  • Functions in C

  • Study guide • 12 pages • 2018
  • Functions is a set of lines which are executed together as a block and which are accessed by a common name.
    (0)
  • $2.99
  • + learn more