C Programming

  • C Tutorial
  • What is C Language
  • History of C
  • Features of C
  • How to install C
  • First C Program
  • Compilation Process in C
  • printf scanf
  • open linkVariables in C
  • Data Types in c
  • Keywords in c
  • C Identifiers
  • C Operators
  • C Comments
  • C Format Specifier
  • C Escape Sequence
  • ASCII value in C
  • Constants in C
  • Literals in C
  • Tokens in C
  • C BooleanStatic in C
  • Programming Errors in C
  • Compile time vs Runtime
  • Conditional Operator in C
  • Bitwise Operator in C
  • 2s complement in C
  • C Fundamental Test
  • C if-else
  • C switch
  • if-else vs switch
  • C Loops
  • C do-while loop
  • C while loop
  • C for loop
  • Nested Loops in C
  • Infinite Loop in C
  • C break
  • C continue
  • C goto
  • Type Casting
  • C Control Statement Test
  • What is function
  • Call: Value & Reference
  • Recursion in c
  • Storage Classes
  • C Functions Test
  • 1-D Array
  • 2-D Array
  • Return an Array in C
  • Array to Function
  • C Array Test
  • C Pointers
  • C Pointer to Pointer
  • C Pointer Arithmetic
  • Dangling Pointers in C
  • sizeof() operator in C
  • const Pointer in C
  • void pointer in C
  • C Dereference Pointer
  • Null Pointer in C
  • C Function Pointer
  • Function pointer as argument in C
  • C Pointers Test
  • Dynamic memory
  • String in C
  • C gets() & puts()
  • C String Functions
  • C strlen()
  • C strcpy()
  • C strcat()
  • C strcmp()
  • C strrev()
  • C strlwr()
  • C strupr()
  • C strstr()
  • C String Test
  • C Math Functions
  • C Structure
  • typedef in C
  • C Array of Structures
  • C Nested Structure
  • Structure Padding in C
  • C Union
  • C Structure Test
  • C File Handling
  • C fprintf() fscanf()
  • C fputc() fgetc()
  • C fputs() fgets()
  • C fseek()
  • C rewind()
  • C ftell()
  • C Preprocessor
  • C Macros
  • C #include
  • C #define
  • C #undef
  • C #ifdef
  • C #ifndef
  • C #if
  • C #else
  • C #error
  • C #pragma
  • C Preprocessor Test
  • Command Line Arguments

• C Expressions
• Data Segments
• Flow of C Program
• Classification of Programming Languages
• Enum in C
• What is getch() in C
• What is the function call in C
• typedef vs define in C