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

Complete C Programming In Hindi

200+ Practical Examples with in depth logic explanation
Created byMahesh Gurjar
Last updated 11/2022
Hindi

What you'll learn

  • All C programming Concepts.
  • Logic Development
  • 200+ Practical Example with in depth logic explanation.
  • Fundamental Of C Programming
  • Structure Of C Program
  • Variable & Datatype
  • Opeartors
  • Conditional Programming ( simple if, if...else, if....else if ladder, nested if )
  • Loop ( for, while, do...while )
  • Loop Patterns
  • Array ( Single Dimensional, Two Dimensional, Multi Dimensional )
  • String
  • User Defined Functions
  • Structure
  • Pointer
  • File Handling

Course content

19 sections153 lectures19h 47m total length
  • Introduction of Turbo C and First C Program18:55
  • Mount Drive and Save Program5:54
  • Clear Output Screen7:25
  • Escape Sequence7:35

Requirements

  • No programming experience needed. We will start from zero.

Description

C Programming is one of the oldest programming languages around and despite the prevalence of higher-level languages, it continues to empower the world. C is a general-purpose language, ideal for building mostly state-of-the-art system applications like OS kernels, databases, embedded systems, and graphics packages that are used by billions around the world.

This C Programming course introduces the learners to C programming language, which is a basic to advance level for getting into programming. It starts from programming basics and gives a holistic view of the C Programming language, detailing all the aspects of the C language from data types, to operators and expressions, to if statements, further to loops, arrays, strings, user  defined functions, structure, pointers and file handling. The course also provides hands-on training to help you write and test your coding skill, and prepare you for real-life application.


Course Outcome

After competing this course, you will be able to:

  • Develop a C program

  • Control the sequence of the program and give logical outputs

  • Implement loop logics

  • Implement strings in your C program

  • Store different data types in the same memory

  • Manage I/O operations in your C program

  • Repeat the sequence of instructions and points for a memory location

  • Apply code reusability with functions and pointers

  • Understand the file handling mechanisms

  • Explain the uses of pre-processors and various memory models

Who this course is for:

  • Anyone wants to learn in depth C programming to get started with C programming.