Companies Home Search Profile

C Programming Language For Beginners - Master the C Language

Focused View

Atish Jain

22:52:44

13 View
  • 1. Introduction - Agenda.mp4
    03:11
  • 2.1 Know More About ANSI - ISO - ISI.html
  • 2.2 Know More About AT & T Bell Labs.html
  • 2.3 Know More About Dennis Ritchie.html
  • 2. What is C Language.mp4
    10:50
  • 3.1 Know More About History of C.html
  • 3. History of C Language.mp4
    04:36
  • 4. Features of C Language.mp4
    10:49
  • 5. Application Area of C Language.mp4
    05:27
  • 6.1 10 Reasons Why C Language is Best for Beginners.html
  • 6.2 To Get Job At Tesla Consider C & CPP.html
  • 6.3 Why Learning C is Must.html
  • 6. Why C Language is Still Ruling the World.mp4
    07:43
  • 7. Quiz Time.html
  • 1. Introduction - Agenda.mp4
    03:25
  • 2. Structure of a C Program.mp4
    17:49
  • 3. How to Start Learning C Language.mp4
    07:22
  • 4. Tokens in C Language.mp4
    14:59
  • 5. Memory - Variables - Datatypes.mp4
    16:12
  • 6. Rules for Writing Programs.mp4
    07:42
  • 7. Control Flow Statements.mp4
    05:07
  • 8.1 Online GDB Compiler.html
  • 8.2 Paiza.html
  • 8.3 TechieDelight.html
  • 8. Input-Output Statements.mp4
    13:04
  • 9. Printing Hello World Example.mp4
    07:17
  • 10. Variable Declaration - Initialization - Assignment Example.mp4
    06:26
  • 1. Introduction - Agenda.mp4
    04:30
  • 2. Arithmetic Operations - Write a Program to Add Two Numbers.mp4
    25:38
  • 3. Write a Program to Calculate Amount for the Inputted Rate & Quantity.mp4
    09:51
  • 4.1 calculate.zip
  • 4. Types of Files created for a C Program File - Dollar to INR Conversion Example.mp4
    24:03
  • 5. Variable Assignment - Write a Program to Swap the Values of Two Variables A & B.mp4
    07:34
  • 6. Write a Program to Calculate Total & Average for the Inputted 3 Subjects.mp4
    11:37
  • 7. Write a Program to Convert the Total Inputted Minutes into Hours and Minutes.mp4
    07:40
  • 8. What is Translator, What is the Difference between Compiler and Interpreter.mp4
    12:33
  • 9. Working with char datatype.mp4
    16:16
  • 10. Working with fflush(stdin) function.mp4
    13:50
  • 11. Introduction to ASCII Codes with Examples.mp4
    22:14
  • 12. Write a Program to Convert the Uppercase Letter to Lowercase.mp4
    05:59
  • 13. Datatypes and Modifiers.mp4
    19:53
  • 14. Garbage Values, Variable Declaration, Initialization and Assignment.mp4
    19:11
  • 15. Introduction to sizeof Operator.mp4
    16:39
  • 16. Introduction to const keyword with an example.mp4
    15:19
  • 17. Working with Escape Sequence Characters.mp4
    32:00
  • 18. Introduction to Typecasting.mp4
    16:21
  • 19. Working with Typecasting and Arithmetic Promotion with Examples.mp4
    17:54
  • 20. Types of Errors.mp4
    31:50
  • 21. Language vs Logic.mp4
    12:07
  • 1. Introduction - Agenda.mp4
    03:52
  • 2. Introduction to Control Structures.mp4
    12:41
  • 3. Introduction to Simple if with An Example.mp4
    07:34
  • 4. Introduction to if-else with An Example.mp4
    13:57
  • 5. Write a Program to Check Whether the Inputted No is Even or Odd.mp4
    05:51
  • 6. Write a Program to Find Biggest of Two Numbers.mp4
    08:09
  • 7. Write a Program to Calculate Discount and Final Amount from the Given Data..mp4
    05:51
  • 8. Introduction to Multiple If Statement With An Example.mp4
    09:37
  • 9. Introduction to Nested If Statement With An Example.mp4
    15:56
  • 10. Working with && Operator - Write a Program to Identify the Inputted Data item.mp4
    09:38
  • 11. working with Operator - Vowel & Consonant Check.mp4
    08:48
  • 12. Working with ! Operator.mp4
    04:41
  • 13. Uppercase to Lowercase and Vice versa Example.mp4
    08:23
  • 14. Write a Program to Check Whether the Person is Eligible for Bonus or not..mp4
    23:04
  • 15. AH Digitals Billing Project.mp4
    15:13
  • 16. Write a Program to Develop Calculator Application using Menu Options.mp4
    09:11
  • 17. Introduction to switch-case with an Example.mp4
    14:26
  • 18. Introduction to switch-case fall through with an Example.mp4
    09:35
  • 19. Check whether the input character is vowel or consonant using switch-case.mp4
    07:48
  • 20. Introduction to Un-formatted functions With Examples.mp4
    18:42
  • 21. Leap Year Example.mp4
    12:49
  • 1. Introduction - Agenda.mp4
    03:32
  • 2. What is Operand, Operator & Types of Operators.mp4
    21:15
  • 3. Working with Parenthesis.mp4
    04:22
  • 4. Unary Operators.mp4
    34:20
  • 5. sizeof Operator.mp4
    12:39
  • 6. Arithmetic Operators.mp4
    08:23
  • 7. Introduction to Binary Number System.mp4
    26:31
  • 8. Bitwise Operators.mp4
    31:49
  • 9. RelationalComparison Operators.mp4
    12:14
  • 10. Logical Operators.mp4
    23:18
  • 11. ConditionalTernary Operators.mp4
    28:46
  • 12. Assignment Operators.mp4
    11:30
  • 1. Introduction - Agenda.mp4
    06:19
  • 2. Introduction to Loops.mp4
    11:21
  • 3. Working with while loop with an Example.mp4
    16:09
  • 4. Working with do..while loop with an Example.mp4
    09:28
  • 5. Working with for loop with an Example.mp4
    12:08
  • 6. The 3 Important Sections of Loops.mp4
    07:16
  • 7. Working with Logical Loop.mp4
    09:26
  • 8. Program to Print Natural Numbers from 1 to 100 using all the 3 Loops.mp4
    10:47
  • 9. Write a Program to Print Odd Numbers from 1 to N.mp4
    09:44
  • 10. Write a Program to Inputted Name Length Number of times.mp4
    08:04
  • 11. Write a Program to Print Sum of first 10 Natural Numbers.mp4
    08:20
  • 12. What is Debugging and Explain with an Example.mp4
    11:58
  • 13. Write a Program to Print Table for the Inputted Number.mp4
    06:53
  • 14. Write a Program to Count Number of Digits from the Inputted Number.mp4
    11:13
  • 15. Write a Program to Calculate Sum of Digits.mp4
    11:46
  • 16. Write a Program to Reverse the Inputted Number.mp4
    07:05
  • 17. Introduction to Nested Loops.mp4
    10:36
  • 18. Introduction to Jump Statements.mp4
    02:20
  • 19. Working with break keyword with examples.mp4
    17:15
  • 20. Working with continue keyword with an example.mp4
    08:16
  • 21. Working with goto Keyword with Examples.mp4
    18:56
  • 22. Working with return keyword with an example.mp4
    06:56
  • 23. Write a Program to Check Whether the Inputted Number is Prime or Not.mp4
    40:36
  • 24. Write a Program to Print Prime Numbers Till 100.mp4
    07:58
  • 25. Write a Program to Check Whether the Inputted Number is Armstrong or Not.mp4
    16:42
  • 26. do..while loop Importance - Read Characters till the User enters X.mp4
    13:52
  • 27. Logical Loop Importance - Reading Numbers till the user enters 0 or -VE Numbers,.mp4
    11:26
  • 28. Write a Program to Print Factorial of an Inputted Number.mp4
    07:14
  • 29. Write a Program to Print Fibonacci Series (1,1,2,3,5,8,13,...100) till 100.mp4
    09:33
  • 30. Write a Program to Find Biggest of 10 Numbers.mp4
    11:01
  • 31. Write a Program to Check Whether the Inputted No is Perfect No or Not.mp4
    10:35
  • 32. Write a Program to Check Whether the Inputted No is Strong No or Not.mp4
    10:38
  • 33. Write a Program to Find HCFGCD of Two Inputted Numbers.mp4
    09:22
  • 34. Write a Program to Find LCM of Two Inputted Numbers.mp4
    14:38
  • 35. Introduction to Random Number Generation and Its Example Programs.mp4
    24:16
  • 36. Working with kbhit() function with an Example.mp4
    07:42
  • 37. Understanding Infinite Loops with an Example.mp4
    04:25
  • 38. Common Mistakes Made By Every Programmer.mp4
    21:07
  • Description


    "Begin your Journey: Master the C Programming Language from Basics to Proficiency"

    What You'll Learn?


    • A strong foundation in C programming fundamentals.
    • Proficiency in advanced concepts like functions, arrays, pointers, and memory management.
    • Practical experience through hands-on exercises and projects
    • Improved error identification and debugging skills.
    • Increased confidence in writing efficient and effective code for real-world applications.

    Who is this for?


  • Individuals new to coding, seeking to learn the basics of the C programming language.
  • Students in computer science or related fields requiring foundational programming knowledge.
  • Enthusiasts with a curiosity for technology and a desire to start their programming journey from scratch.
  • What You Need to Know?


  • No prerequisites are needed; the course is tailored for beginners new to programming.
  • Familiarity with computer basics will provide an added advantage.
  • More details


    Description

    Embark on a transformative learning journey with our comprehensive course, "C Programming Language for Beginners - Master the C Language."

    Whether you're new to programming or seeking to expand your coding prowess, this course offers an immersive experience that demystifies the intricacies of C.

    Starting with the fundamentals, you'll grasp the core concepts of C programming, building a solid understanding of variables, data types, and control structures. As you progress, you'll dive into more advanced topics like functions, arrays, pointers, and memory management, equipping you with the tools to write efficient and optimized code.

    I will guide you through hands-on exercises and real-world examples, ensuring that you not only grasp theoretical knowledge but also develop practical skills. You'll work on projects that range from simple applications to more complex challenges, all while gaining insights into best practices and coding standards.

    By the end of this course, you'll have a firm grip on C programming, capable of creating your own programs, troubleshooting errors, and comprehending existing codebases.

    Whether you aspire to build a career in software development or simply want to harness the power of coding, this course will empower you to confidently navigate the world of C programming.

    Join us and embark on a fulfilling educational journey to master the C programming language.


    Atish Jain
    -Coding Career Expert

    Who this course is for:

    • Individuals new to coding, seeking to learn the basics of the C programming language.
    • Students in computer science or related fields requiring foundational programming knowledge.
    • Enthusiasts with a curiosity for technology and a desire to start their programming journey from scratch.

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category

    C++

    Passionate Teacher with more than 15+ years of experience in developing and implementing diverse curriculum covering a wide range of subjects. Highly skilled at motivating students through positive encouragement and reinforcement of concepts via interactive classroom instruction and observation. Successful in helping students develop strong literacy, numeracy, social, and learning skills.I am On a Mission to Help 100 thousand Computer Science Engineering Students to Build Strong foundations for their Software Career.EducationBachelor of Commerce - CommerceMaster of Science – Master of Computer Applications Master of Science – Information Technology Master of Science - Computer ScienceCertificationsTechnical:- QBasic & Pascal- RDBMS using Oracle- Higher Diploma in Software Engineering from APTECH- Certificate in Computing from IGNOU University- Oracle Certified Java Programmer- Mobile App Development using Android- Java Full Stack Web Development from IIIT-B & LJMU(UK)Non-Technical:- Academy of Business & Leadership Excellence- Impact Leadership- Public Speaking & Presentation Skills- Zone TrainerProficient in C, CPP, Java, Oracle, MS-NET, and Python.Languages Known – English, Hindi, and Telugu
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 108
    • duration 22:52:44
    • Release Date 2023/12/23