Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn C Programming in Hindi
Rating: 3.9 out of 5(24 ratings)
996 students

Learn C Programming in Hindi

For B. Tech., BCA, MCA etc. students who looking how to learn program in the C language.
Created byAfaq Ahmad Khan
Last updated 6/2022
Hindi

What you'll learn

  • Introduction to C Language
  • Get Started With C Language
  • Tokens
  • Operators
  • if-else
  • switch
  • loops
  • array
  • string
  • pointer
  • structure
  • file handling
  • 100+ programs.
  • 10 years

Course content

2 sections11 lectures1h 7m total length
  • Basic Program Hello World Program in C language or C Programming6:45
  • Input value from keyboard Program in C Language or C Programming Scanf In C Lang10:21
  • Arithmetic Operations Program in C Language or C Programming Basic10:35
  • Sum and Percentage marks Program in C Language or C Programming3:41
  • Simple Interest and Compound Interest Program in C Language or C Programming4:54

Requirements

  • Just one copy and pen
  • A computer

Description

Module – 1 : (Introduction to Programming) [08]


Introduction to components of a computer system:

Memory,

processor,

I/O Devices,

storage,

operating system,

Concept of assembler, compiler, interpreter, loader and linker.


Idea of Algorithm:

Representation of Algorithm,

Flowchart,

Pseudo code with examples,

From algorithms to programs,

source code.


Programming Basics:

Structure of C program, writing and executing the first C program,

Syntax and logical errors in compilation,

object and executable code.

Components of C language.

Standard I/O in C,

Fundamental data types,

Variables and memory locations,

Storage classes.



Module – 2 : (Arithmetic expressions & Conditional Branching) [08]

Arithmetic expressions and precedence:Operators and expression using numeric and relational operators, mixed operands, type conversion, logical operators, bit operations, assignment operator, operator precedence and associativity.

Conditional Branching: Applying if and switch statements, nesting if and else, use of break and default with switch.


Module – 3 : (Loops & Functions) [08]

Iteration and loops:

use of while,

do while and

for loops,

multiple loop variables,

use of break and

continue statements.

Functions:

Introduction,

types of functions,

functions with array,

passing parameters to functions,

call by value,

call by reference,

recursive functions.


Module – 4 : (Arrays & Basic Algorithms) [08]

Arrays:

Array notation and representation,

manipulating array elements,

using multi dimensional arrays.

Character arrays and

strings,

Structure,

union,

enumerated data types,

Array of structures,

Passing arrays to functions.


Basic Algorithms:

Searching &

Basic Sorting Algorithms (Bubble, Insertion and Selection),

Finding roots of equations,

Notion of order of complexity.


Module – 5 :( Pointer& File Handling) [08]

Pointers:

Introduction,

declaration,

applications,

Introduction to dynamic memory allocation (malloc, calloc, realloc, free),

Use of pointers in self-referential structures, notion of linked list (no implementation)

File handling:

File I/O functions, Standard C preprocessors, defining and calling macros, command-line arguments.

Who this course is for:

  • Beginner, B. Tech, BCA, MCA and software devloper