|||

Learn To Solve It

Quick search

  • A Tutorial Introduction
  • Types, Operators and Expressions
  • Control Flow
  • Functions and Program Structure
    • 4.1 strindex which returns rightmost occurance
    • 4.2 Extend atof to handle scientific notation
    • 4.3 RPN modulus operator and negative numbers
    • 4.4 RPN Calculator - print two top elements of the stack without popping
    • 4.5 RPN Calculator with mathematical functions
    • 4.6 RPN Calculator with variables
    • 4.7 Function ungets that will push back an entire string onto the input
    • 4.8 getch and ungetch handling pushback character
    • 4.9 getch and ungetch handling EOF Character
    • 4.10 Calculator using getline
    • 4.11 getline using static
    • 4.12 convert integer into string by calling recursive routine
    • 4.13 reverse the string s
    • 4.14 swap that interchanges two arguments of type t
  • Pointers and Arrays
  • Structures
  • Input and Output
  • The UNIX System Interface
  • C Programming Building Blocks
  • C Concepts Visualization

Functions and Program StructureΒΆ

  • 4.1 strindex which returns rightmost occurance
  • 4.2 Extend atof to handle scientific notation
  • 4.3 RPN modulus operator and negative numbers
  • 4.4 RPN Calculator - print two top elements of the stack without popping
  • 4.5 RPN Calculator with mathematical functions
  • 4.6 RPN Calculator with variables
  • 4.7 Function ungets that will push back an entire string onto the input
  • 4.8 getch and ungetch handling pushback character
  • 4.9 getch and ungetch handling EOF Character
  • 4.10 Calculator using getline
  • 4.11 getline using static
  • 4.12 convert integer into string by calling recursive routine
  • 4.13 reverse the string s
  • 4.14 swap that interchanges two arguments of type t
<3.6 itoa with field width
4.1 strindex which returns rightmost occurance>
© Copyright 2026 Senthil Kumaran. Last updated on 25 May, 26.

Styled using the Piccolo Theme