Skip to content
01666-222229
info@practicise.com
Sircl Tech Pvt. Ltd, Red Light Chowk, Sirsa
Search
Search
Close this search box.
Home
About Us
All Subjects
English
Hindi
Indian GK
Rajasthan GK
Haryana GK
Courses
Computer Engineering Diploma
1st Year Subjects
3rd Semester Subjects
4th Semester Subjects
5th Semester Subjects
6th Semester Subjects
Computer Courses
Coding
Account
Dashboard
Registration
Instructor Login
Menu
Home
About Us
All Subjects
English
Hindi
Indian GK
Rajasthan GK
Haryana GK
Courses
Computer Engineering Diploma
1st Year Subjects
3rd Semester Subjects
4th Semester Subjects
5th Semester Subjects
6th Semester Subjects
Computer Courses
Coding
Account
Dashboard
Registration
Instructor Login
Course Content
Detailed Content of Programming in C
0/1
Programming in C Syllabus for Diploma
00:00
Introduction
0/1
What is C ?
00:00
History
0/1
Evolution of C Language
00:00
Structure of C program
0/1
Introduction
00:00
Constants & Variables
0/4
Constants
00:00
Variables
00:00
Scope Of Variable
00:00
Difference Between Variables and Constants
00:00
Data Types
0/9
Classification of Data Types
00:00
Integer Data Type
00:00
Float Data Type
00:00
Double Data Type
00:00
Character Data Type
00:00
Boolean Data Type
00:00
Type Conversion
00:00
Escape Sequences
00:00
Questions related to Data Types
00:00
Input/Output
0/4
Basic I/O
00:00
Format Specifiers
00:00
Formatted I/O Function
00:00
Unformatted I/O Functions
00:00
Operators
0/10
Classification Of Operators
00:00
Arithmetic Operators
00:00
Relational Operators
00:00
Logical Opertors
00:00
Assignment Operators
00:00
Bitwise Operators
00:00
Miscellaneous Operators
00:00
Difference Between Operators and Operands
00:00
Difference Between = and ==
00:00
Questions related to the Operators
00:00
Control Statements
0/11
Classification Of Control Statements
00:00
Conditional Statements
00:00
Questions related to the Conditional Statements
00:00
Switch Statements
00:00
Questions related to the Switch Statements
00:00
Looping Statements
00:00
Difference Between While and Do While Loop
00:00
Questions related to the Looping Statements
00:00
Jump Statements
00:00
Difference Between Break and Continue
00:00
Questions related to the Jump Statements
00:00
Functions
0/6
What is Functions?
00:00
Syntax of Function
00:00
User-Defined Function
00:00
Argument/Parameter Passing Techniques
00:00
Recursion & Iteration
00:00
Questions related to the Functions
00:00
Arrays
0/8
What is Array?
00:00
One Dimensional Array
00:00
Programs For One Dimensional Array
00:00
Questions related to the One-Dimensional Array
00:00
Two-Dimensional Array
00:00
Programs For Two-Dimensional Array
00:00
Multi-Dimensional Array
00:00
Questions Related to Two-Dimensional Array
00:00
Strings
0/3
What is Strings ?
00:00
String Functions
00:00
Questions Related to Strings
00:00
Pointers
0/5
What is Pointers ?
00:00
Programs Using Pointers
00:00
Function Pointer
00:00
Array Pointer
00:00
Questions related to the Pointers
00:00
Answers of ‘C’ Data types Programs
0/6
Basic-Arithmetic-Operations-Using-Int-DataType
00:00
Char-Conversion-And-Ascii-in-C
00:00
Calculate-Area-of-Circle-Program-Using-C
00:00
check-number-even-or-odd-program-using-c
00:00
Day-Of-Week-Identifier-progarm-using-C
00:00
Program-Using-C-Bitwise-Operators
00:00
Answers of ‘C’ Operators Programs
0/9
Simple-calculator-using-arithematic-operators-in-c
00:00
Temperature-Conversion-Program-using-c
00:00
Program-To-Calcutate-Factorial-Of-Number-using-C
00:00
Program-to-check-Palindrome-or-not-using-c
00:00
Program-to-check-year-is-leap_year-or-Not
00:00
Progrm-Of-Quadratic-Equation-Solver-Using-C
00:00
progrm-of-String_Concatenator-using-C
00:00
basic-banking-system-program-using-C-to-deposit&withdraw&check-balance.
00:00
Character-Frequency-Counter-program-using-C
00:00
Answers of ‘C’ Conditional Statement Programs
0/9
check-number-even-or-odd.
00:00
check-if-year-leap_year-or-not-leap_year
00:00
Student-Percentage-Calculator
00:00
Absolute-Value-Calculator
00:00
Largest-Number-Finder
00:00
Character-Type-Identifier
00:00
Extended-Quadratic-Solver
00:00
Vowel-Consonant-Identifier
00:00
Number-Sign-Classifier
00:00
Answers of ‘C’ Switch Statement Programs
0/6
Grade-Message-Printer-using-C-switch-statement
00:00
Day-Of-Week-Identifier-using-C-switch-statement
00:00
Create-Simple-Calculator-using-C-switch-statement
00:00
Case-Converter-Using-C-Switch-Statement
00:00
Season-Identifier-using-C-Switch-Statement
00:00
Traffic-Light-Simulator-Program-Using-C-Switch-Statement
00:00
Answers of ‘C’ Looping Statement Programs
0/7
Print-Numbers-from-1-to-N-using-C-For-Loop.
00:00
Calculate-the-Sum-of-N-Numbers-using-C-While-Loop.
00:00
Print-the-Multiplication-Table-using-a-For-Loop
00:00
Check-if-Number-is-Prime-using-C-For-Loop
00:00
Calculate-Factorial-of-Number-using-While-Loop
00:00
Print-Fibonacci-Series-up-to-N-terms-using-For-Loop
00:00
Print-a-Pattern-of-Stars-using-C-Nested-For-Loops
00:00
Answers of ‘C’ Jump Statement Programs
0/3
Program-to-Sum-Until-Negative-Break-using-C
00:00
C-Program-to-Skip-Odd-Numbers-in-a-Loop-using-Continue
00:00
C-Program-Using-Goto-to Jump-to-a-Specific-Label
00:00
Answers of ‘C’ Functions Programs
0/4
C-program-that-uses-a-function-to-find-the-maximum-of-two-numbers
00:00
C-program-that-uses-a-function-to-calculate-the-area-of-a-rectangle.
00:00
C-program-uses-function-to-check-whether-no.-is-even-or-odd.
00:00
C-program-uses-function-find-factorial-of-given-non_negative-integer
00:00
Answers of ‘C’ One Dimensional Array Programs
0/2
C-Program-to-Find-the-Sum-of-Elements-in-an-Array
00:00
C-Program-to-Find-the-Maximum-Element-in-an-Array
00:00
Answers of ‘C’ Two-Dimensional Array Programs
0/2
C-Program-to-Find-the-Sum-of-Elements-in-a-2D-Array
00:00
C-Program-to-Transpose-a-2D-Array
00:00
Answers of ‘C’ Strings Program
0/2
C-Program-to-Find-the-Length-of-a-String
00:00
C-Program-to-Compare-Two-Strings
00:00
Answers of ‘C’ Pointers Programs
0/1
C-Program-Student-Result-Calculation-Program
00:00
Miscellaneous Topic
0/1
Important Questions Related to C Language
00:00
C
About Lesson
What is the difference between = and == Operator?