C प्रोग्रामिंग Language

बेसिक से एडवांस सी प्रोग्रामिंग लेवल

4.45 (451 reviews)
Udemy
platform
हिन्दी
language
Programming Languages
category
instructor
10,625
students
13.5 hours
content
Dec 2019
last update
$19.99
regular price

What you will learn

C प्रोग्रामिंग लैंग्वेज के मूल सिद्धांतों को समझें

दुनिया में सबसे लोकप्रिय, व्यापक रूप से इस्तेमाल की जाने वाली भाषाओं में से एक जानें

Understand the variables, data types, functions, pointers, etc.

उस मूल भाषा को समझें जिस पर अधिकांश आधुनिक भाषाएं आधारित हैं

अपनी पहली सी भाषा आधारित परियोजना बनाएं

सिस्टम / हार्डवेयर प्रोग्रामिंग के लिए उपयुक्त है

उद्योगों में प्रोग्रामिंग पदों के लिए खुद को अधिक कुशल बनाएं

इस कोर्स के अंत में, आप प्रोग्रामिंग का उपयोग करके विभिन्न समस्याओं को हल करते हुए, अपने एल्गोरिथ्म को लिखते हुए अपने प्रोग्राम बना पाएंगे।

बुनियादी कार्यक्रमों से उन्नत स्तर सी भाषा कोड तक लिखने के लिए

सी भाषा के बारे में पूर्ण प्रकटीकरण के आधार पर 101 व्याख्यान का एक पूरा पैकेज

Description

इस कोर्स का उद्देश्य सी भाषा को सबसे आसान तरीके से पढ़ाना है। यदि आप C प्रोग्रामिंग कोर्स सीखना चाहते हैं, लेकिन यह कैसे और कहाँ शुरू करना है, इस बारे में निश्चित नहीं है, तो यहाँ समाधान है। यह कोर्स आपको मूल प्रोग्रामिंग से पॉइंटर्स, फाइल हैंडलिंग, स्ट्रक्चर्स वाले पॉइंटर्स, आदि जैसे आसानी से मूल प्रोग्रामिंग से सी प्रोग्रामिंग भाषा सीखने में मदद करता है। हमने लिनक्स वातावरण पर पर्याप्त कार्यक्रमों के साथ पूर्ण पाठ्यक्रम को कवर किया है जो आपको अच्छे अंक प्राप्त करने, उद्योग से संबंधित परियोजनाओं को करने और नौकरी के साक्षात्कार के लिए पर्याप्त अनुभव देता है। हमने पाठ्यक्रम को इस तरह से संरचित किया है कि, प्रोग्रामिंग के शून्य अनुभव के साथ एक नौसिखिया कुछ ही दिनों में एक पेशेवर प्रोग्रामर बन सकता है लेकिन नियमित अभ्यास के साथ।

  • व्याख्यान लघु और सरल अंग्रेजी और हिंदी मिश्रित भाषा में स्पष्ट रूप से समझाया गया है, जो अवधारणाओं पर एक प्रमुख ध्यान केंद्रित करता है।


  • यदि आप एक नौसिखिया, या मध्यवर्ती स्तर के प्रोग्रामर या उन्नत डेवलपर हैं, तो यह पाठ्यक्रम आपको प्रोग्रामिंग के प्रत्येक पहलू को सिखाएगा।

यह पाठ्यक्रम सी भाषा की महत्वपूर्ण अवधारणाओं को शामिल करता है। उनमें से कुछ इस तरह हैं:

  • ऑपरेटर्स

  • Decision Making

  • लूपिंग

  • Arrays

  • Functions

  • Pointers

  • स्ट्रिंग्स

  • Structure

  • Union

तो आप किसका इंतज़ार कर रहे हैं? शुरुआत से उन्नत स्तर तक सी भाषा में एक क्लिक और अनुभव प्रोग्रामिंग के साथ नामांकन करें।


Note: पाठ्यक्रम को हिंदी और अंग्रेजी मिश्रित में पढ़ाया जाता है। इसके अलावा, इस तथ्य पर विचार करते हुए कि छात्र विभिन्न देशों और क्षेत्रों से हैं, हम पाठ्यक्रम के लिए अंग्रेजी उपशीर्षक प्रदान करने पर काम कर रहे हैं।

Content

Introduction of C Programming

Introduction of C language
First Program
Wap To Print Hello World On Output Screen-1
Wap Four Stages Of Compiling C Program-1
Program Structure
Example Of C Programming

Data Types, Variable & Operator

Data Type
Primitive Data Types
User defined data type
Wap To Find Size Of Integer, Character, Float And Double Data Type-1
Format Specifiers
Variables
Qualifiers
Constant Qualifiers
Operators
Operators Continued
Assignment Operators
Wap To Calculate The Product Of Two Floating Point Numbers Entered By User-1
Wap To Calculate The Sum Of Two Integer Number Entered By User-1
Bitwise Operators
Logical Operators
Increment & Decrement Operator
Ternary Operator

Flow Control

If Statement
Program(if Statement)
If-else Statement
Wap To Check Whether A Number Is Even Or Odd-1
If-elseif Statement
Wap To Find Largest Number Among Three Numbers Entered By User-1
Switch Case Statement
Wap To Make Simple Calculator Using Switch Case-1
Break Statement
Continue Statement
While Loop
Wap To Convert Celsius Temperatur Into Fahrenheit And Kelvin-1
Do-while Loop
Wap To Add Numbers Untill User Enters A Zero Value-1
For Loop
Wap To Find Sum Of Natural Numbers Entered By User-1

Function

Function
Types Of Functions
Call By Value
Wap To Swap Two Numbers Using Function(call By Value))-1
Wap To Reverse A Sentence Entered By User Using Recursion-1

Array

Introduction Of Array
Row Major Order(2-d Array)
Column Major Order (2-d Array)
WAP to find maximum element in an Array-2

Pointer

Introduction Of Pointer
Example Of Pointer-1
Program To Demonstrate The Usage Of Pointer
Relation Between Pointer & Function-1
Relation between Pointer and Array
Valid Pointer Operations
Relation Between Character Array And Character Pointer
Array Of Pointers
Passing An Array To A Function-1

Structure & Union

Introduction of Structure
Example Of Structure-1
Nested Structure
Self-referential Structure
Member Access Through Pointer
Wap To Display Student Name, Roll Number & Marks Using Structure 1-1
WAP to display Person name, age and Weight using structure & Pointer-1
Union
Difference Between Structure And Union-1

Input & Output

Introduction of Input - Output
Character Input - Output
Formatted Input - Output
Sscanf() Function
Example Of Scanf() Function
Printf() Function
Sprintf() function
Example Of Sprintf() Function-1
String Input - Output
Puts() Function
Wap To Illustrate Gets() And Puts() Function-1
File Input - Output-1
putc() function

String

Introduction Of String-1
Strcmp() & Strncmp() Function
Strcpy() & Strncpy() Function-1
C Program Using Strcat() And Strncat() Function-1
C Program using strcmp() and strncmp() function
C Program Using Strcpy() And Strncpy() Function-1
C Program To Find The Length Of String Using Strlen() Function
C Program Using Strchr() And Strrchr() Function

Storage Classes

Introduction Of Storage Classes
Types Of Storage Class
Automatic Storage Class-1
Register Storage Class-1
Program To Demonstrate The Usage Of Register Storage Class-1
External Storage Class-1
Static Storage Class-1
Example On Register And Static Storage Class-1

File Handling

Introduction of file handling
Various Functions In File Handling-1
Fseek() & Ftell() Function-1
Getw() & Putw() Function-1
Fscanf() & Fprintf() Function-1
Write A Program To Read And Write The Content Of File On Output Screen

Screenshots

C प्रोग्रामिंग Language - Screenshot_01C प्रोग्रामिंग Language - Screenshot_02C प्रोग्रामिंग Language - Screenshot_03C प्रोग्रामिंग Language - Screenshot_04

Reviews

K
January 9, 2021
It was very easy to understand the topics for begineers and boosts up confidence to put the skill on resume. thnak you sir.
Tushar
July 31, 2020
Good Course for beginners. Gives you basic ideas. Its like a crash course fast and quick and gives you the basics of the language with most commonly used functions covered.
Manish
July 8, 2020
You need to give demo how to install C platform on laptop or system then along with theory give demo on C platform. It will help people to do practice by their own it add value to your course.
Hrithik
June 9, 2020
This course is good enough for the beginners . Instructor has covered all the theory needed. There is a very few examples discussed in the course and that too was a simple programs which has disappointed me.
Paridhi
May 24, 2020
this is my first lecture so far. topics which are before this lectures that i have leart from youtube. But the way you are explaining is good.
Gautam
April 28, 2020
Programs missing. Told only about basic syntax and a short program. More programs should be added. In many videos trainer said that in next video we will see a program related to this topic but they were missing Taught mostly only theory part no emphasis on programs
Yamini
February 28, 2020
really a very good match and shows a great learning app also gives a good experience for the very own starters
Mohsin
November 1, 2019
its really amazing course for me ... i have learne dso many things in a simplest way... so thank you again udemy
Karan
October 5, 2019
This course helps me a lot to understand the deep knowledge of c language and as a beginner I love this course
Sapana
October 2, 2019
This course is useful for beginners like me...I also get help from this course to understand the basic concept of c language...
SAGAR
September 22, 2019
To this course please Add some Topics such as Dynamic memory allocation and Preprocessor. Also Briefe information about Primitive Data type and Variable types.
Vatsal
September 14, 2019
Before this I think, it is so difficult but now it's easily clear my concept. So it's easier & easy to learn. Thankyou very much to teaching me sir and thankyou Udemy...
Doron
September 14, 2019
Are you sure this is an English spoken course???? I'm both an English teacher and C was the first language I learned back in the late 90s', so I should feel safe enough to follow the lectures, but I didn't. I hardly understood every other sentence spoken by the lecturer. Add to his very strong accent the echo, and one really gets lost. The last straw (though the least affecting factor on my decision to stop following this course) is the handwritten-whiteboard presentations. Indeed, the course deals with a language that was created back in the 70s' , but it doesn't mean it shouldn't be taught using more advanced methods of teaching. 1st course ever, out of the 85 I've enrolled in Udemy up to this day, that I quit and archive even before ending the 1st lecture.
Lokesh
September 13, 2019
They gave the Language was English under this Course, but the instructor is taking class only in Hindi. Very Poor.
Dzintars
September 12, 2019
Sorry, but i am not able to understand his accent at all. I understand only 1/5 of his speech. From first sight it seems pretty well prepared course, but at the end it is useless to me.

Charts

Price

C प्रोग्रामिंग Language - Price chart

Rating

C प्रोग्रामिंग Language - Ratings chart

Enrollment distribution

C प्रोग्रामिंग Language - Distribution chart

Related Topics

2542771
udemy ID
9/4/2019
course created date
9/12/2019
course indexed date
Bot
course submited by