Completed
Function Pointers in C
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
C Programming - Complete Course from Fundamentals to Advanced Topics
Automatically move to the next video in the Classroom when playback concludes
- 1 C Programming – Features & The First C Program
- 2 Introduction to Variables
- 3 Variable Naming Conventions
- 4 Basic Output Function – printf
- 5 Fundamental Data Types − Integer (Part 1)
- 6 Fundamental Data Types − Integer (Part 2)
- 7 Exceeding The Valid Range of Data Types
- 8 Fundamental Data Types − Character
- 9 Fundamental Data Types − Float, Double & Long Double
- 10 C Programming (Important Questions Set 1)
- 11 Scope of Variables - Local vs Global
- 12 Variable Modifiers − Auto & Extern
- 13 Variable Modifiers − Register
- 14 Variable Modifiers − Static
- 15 Constants in C (Part 1)
- 16 Constants in C (Part 2)
- 17 C Programming (Important Questions Set 2)
- 18 Basic Input Function – scanf
- 19 C Programming (Important Questions Set 3)
- 20 Introduction to Operators in C
- 21 Arithmetic Operators in C
- 22 Increment and Decrement Operators in C (Part 1)
- 23 Increment and Decrement Operators in C (Part 2)
- 24 Relational Operators in C
- 25 Logical Operators in C
- 26 Bitwise Operators in C (Part 1)
- 27 Bitwise Operators in C (Part 2)
- 28 Bitwise Operators in C (Part 3)
- 29 Bitwise Operators in C (Part 4)
- 30 Assignment Operators in C
- 31 Conditional Operator in C
- 32 Comma Operator in C
- 33 Precedence and Associativity of Operators
- 34 Operators in C (Solved Problem 1)
- 35 Operators in C (Solved Problem 2)
- 36 C Programming (Rapid Fire Quiz-1)
- 37 Conditionals (if-else, Nested if and else if)
- 38 Conditionals (Switch)
- 39 for and while Loops
- 40 do-while Loop
- 41 Loop Control Statements − break and continue
- 42 Conditionals and Loops (Solved Problem 1)
- 43 Conditionals and Loops (Solved Problem 2)
- 44 Conditionals and Loops (Solved Problem 3)
- 45 Conditionals and Loops (Solved Problem 4)
- 46 Conditionals and Loops (Solved Problem 5)
- 47 Special Programs in C − Pyramid of Stars
- 48 Special Programs in C − Check If The Number Is Palindrome Number
- 49 Special Programs in C− Check If The Number Is Armstrong Number
- 50 Special Programs in C− Check If The Number Is Strong Number
- 51 Special Programs in C − Check If The Number Is Prime Number
- 52 Special Programs in C − Adding Two Numbers Without Using The Plus Operator
- 53 Special Programs in C − Adding Two Numbers Without Using The Plus Operator (Half Adder Method)
- 54 Special Programs in C − Fibonacci Series
- 55 Special Programs in C − Floyd's Triangle
- 56 Special Programs in C − Binary to Decimal Conversion
- 57 Special Programs in C − Calculating Power of an Integer
- 58 Special Programs in C − Check Leap Year
- 59 Special Programs in C − Check If The Number Is Perfect Number
- 60 Introduction to Functions in C
- 61 Function Declaration in C
- 62 Function Definition in C
- 63 Call By Value & Call By Reference in C
- 64 Functions (Solved Question 1)
- 65 Functions (Solved Question 2)
- 66 Functions (Solved Question 3)
- 67 Static Functions in C
- 68 Static and Dynamic Scoping (Part-1)
- 69 Static and Dynamic Scoping (Part-2)
- 70 Static and Dynamic Scoping (Part-3)
- 71 Static and Dynamic Scoping (Part-4)
- 72 Static and Dynamic Scoping (Solved Question 1)
- 73 Static and Dynamic Scoping (Solved Question 2)
- 74 Recursion in C
- 75 How to write Recursive Functions
- 76 Types of Recursion (Part 1) | Direct & Indirect Recursion
- 77 Types of Recursion (Part 2) | Tail & Non-tail Recursion
- 78 Advantage and Disadvantage of Recursion
- 79 Recursion (Solved Problem 1)
- 80 Recursion (Solved Problem 2)
- 81 Recursion (Solved Problem 3)
- 82 Recursion (Solved Problem 4)
- 83 Recursion (Solved Problem 5)
- 84 C Programming (Rapid Fire Quiz-2)
- 85 Definition of Array
- 86 Declaration of Array
- 87 Accessing Array Elements
- 88 Initializing an Array
- 89 Designated Initialization of Arrays
- 90 Arrays in C (Solved Problem 1)
- 91 Arrays in C (Solved Problem 2)
- 92 Counting Array Elements using sizeof() Operator
- 93 Introduction to Multidimensional Arrays
- 94 Introduction to Two-Dimensional (2D) Arrays
- 95 Introduction to Three-Dimensional (3D) Arrays
- 96 Multidimensional Arrays (Solved Problem)
- 97 C Program for Matrix Multiplication (Part 1)
- 98 C Program for Matrix Multiplication (Part 2)
- 99 Constant Arrays in C
- 100 Variable Length Arrays in C
- 101 Introduction to Pointers in C
- 102 Declaring & Initializing Pointers in C
- 103 Value of Operator in Pointers
- 104 Pointer Assignment
- 105 Pointer Application (Finding the Largest & Smallest Elements in an Array)
- 106 Returning Pointers
- 107 Pointers (Important Questions)
- 108 Pointer Arithmetic (Addition)
- 109 Pointer Arithmetic (Subtraction)
- 110 Pointer Arithmetic (Increment & Decrement)
- 111 Pointer Arithmetic (Comparing the Pointers)
- 112 Pointers (Program 1) | Sum of Array Elements using Pointers
- 113 Using Array Name as a Pointer
- 114 Pointers (Program 2) | Reversing a Series of Numbers using Pointers
- 115 Passing Array as an Argument to a Function
- 116 Using Pointers to Print 2D Arrays
- 117 Processing the Multidimensional Array Elements (or) Address Arithmetic of Multidimensional Arrays
- 118 Pointers (Program 3)
- 119 Pointers (Program 4)
- 120 Pointer Pointing to an Entire Array
- 121 Pointer Pointing to an Entire Array (Solved Problem)
- 122 Pointers (Program 5)
- 123 Pointers (Program 6)
- 124 Pointers (Program 7)
- 125 Pointers (Program 8)
- 126 Pointers (Program 9)
- 127 Basics of String Literals
- 128 Storing the String Literals
- 129 Performing Operations on String Literals
- 130 String Literal vs. Character Constant
- 131 Declaring and Initializing String Variables
- 132 Writing Strings using printf and puts Functions
- 133 Reading Strings using scanf and gets Functions
- 134 Designing The Input Function using getchar()
- 135 putchar() Function in C
- 136 Strings (Solved Problem 1)
- 137 C String Library and String Copy Function - strcpy()
- 138 String Length Function - strlen()
- 139 String Concatenate Functions - strcat() & strncat()
- 140 String Comparison Function - strcmp()
- 141 Array of Strings
- 142 Strings (Solved Problem 2)
- 143 Strings (Solved Problem 3)
- 144 Strings (Solved Problem 4)
- 145 Strings (Solved Problem 5)
- 146 Strings (Solved Problem 6)
- 147 Function Pointers in C
- 148 Application of Function Pointers in C
- 149 Introduction to Structures in C
- 150 Declaring Structure Variables
- 151 Structure Types (Using Structure Tags)
- 152 Structure Types (Using typedef)
- 153 Initializing & Accessing the Structure Members
- 154 Designated Initialization in Structures
- 155 Declaring an Array of Structure
- 156 Pointer to Structure Variable
- 157 Structure Padding in C
- 158 Structure Packing in C
- 159 Structures in C (Solved Problem 1)
- 160 Structures in C (Solved Problem 2)
- 161 Structures in C (Solved Problem 3)
- 162 Introduction to Unions in C
- 163 Unions in C (Solved Problem 1)
- 164 Application of Unions (Part 1)
- 165 Application of Unions (Part 2)
- 166 Enumerations in C
- 167 Program to Find Area of Rectangle Using Structures
- 168 Structures & Unions in C (Solved Problem)
- 169 File Handling | Chapter-14 | C Programming | nesoacademy.org