BirdEyesNews
  • Home
  • Treading
    • Health & Fitness
    • Herbal Supplements
    • Medicine
    • Products
    • Technologies
  • Scholarships Program
  • Available for Free
    • Legal Services
    • Online Education Programs
    • Products & Services
  • Videos
No Result
View All Result
  • Home
  • Treading
    • Health & Fitness
    • Herbal Supplements
    • Medicine
    • Products
    • Technologies
  • Scholarships Program
  • Available for Free
    • Legal Services
    • Online Education Programs
    • Products & Services
  • Videos
No Result
View All Result
BirdEyesNews
No Result
View All Result
Home Video

C PROGRAMMING FOR BEGINNERS – FULL COURSE – Theory + 101 Programs Video tutorials – by kodegod

2 Views
2 weeks ago
47
Share
Facebook Twitter Pinterest
    kodegod kodegod
    Subscriber



    INDEX * 00:21 Introduction 01:35 Basics of computer programming 03:49 Format specifiers 06:31 First computer program 07:27 Character sets & constants …

    source

    60

    SHARES
    facebook Share on Facebook
    Twitter Tweet
    Follow Follow us
    custom Share
    custom Share
    custom Share
    custom Share
    custom Share
    Category: Video

    Related Posts

    TATA STEEL E-LWARNING CERTIFICATEπŸ”₯Rs.1 onlyπŸ”₯Free online courses and get certificate
    Video

    TATA STEEL E-LWARNING CERTIFICATEπŸ”₯Rs.1 onlyπŸ”₯Free online courses and get certificate

    March 6, 2021
    A conference highlighting innovations in physical activity and health
    Video

    A conference highlighting innovations in physical activity and health

    March 6, 2021
    Fitner – Creative HTML Template for Gym, Fitness & Health | Themeforest Website Templates and Themes
    Video

    Fitner – Creative HTML Template for Gym, Fitness & Health | Themeforest Website Templates and Themes

    March 6, 2021
    Next Post
    Fungi ingredients shaping up to be big winners in 2020, market snapshot reveals

    Fungi ingredients shaping up to be big winners in 2020, market snapshot reveals

    Comments 47

    1. kodegod says:
      2 weeks ago

      Hi Koders! timestamps for all programs are below and download all programs from https://www.kodegod.com/users/download
      Like this video and subscribe to kodegod channel. Also, share this video and kodegod's youtube channel with all your friends on Whatsapp and Facebook.
      Basics of computer programming
      00:21 Introduction
      01:35 Basics of computer programming
      03:49 Format specifiers
      06:31 First computer program
      07:27 Character sets & constants
      08:55 Basic data types, int, char & float
      09:52 Variable declaration & initialisation
      14:17 Basic operators
      17:12 Arithmetic instructions

      Arithmetic operations
      18:18 Addition,Subtraction,Multiplication & Division
      21:31 Area of Circle & Triangle
      24:23 Simple Interest
      25:44 Square & Cube
      26:51 Total & average
      29:00 SWAP two numbers

      Escape Sequences
      32:14 Theory
      34:26 Drawing a tree using escape sequences

      IF & IF ELSE
      35:19 Syntax
      40:17 Largest of two numbers
      41:02 Positive or not
      42:17 Greater or less than 10
      43:08 Even/odd
      44:09 Divisible by 5
      44:59 Multiple of 7
      45:45 Compare two numbers
      46:55 Logical operators
      50:07 3 numbers in ascending/descending order
      53:01 Calculate discriminant & roots of a quadratic equation
      54:29 Calculate grade
      56:22 Check marriage eligibility
      59:01 Conditional operators

      While & Do While Loop
      01:00:47 Why do we need loops
      01:02:24 DO-WHILE & WHILE loops Syntax
      01:03:49 WHILE vs Do-WHILE loop
      01:04:21 Increment & Decrement Operators
      01:07:39 N numbers in sequence
      01:09:53 N numbers in reverse order
      01:11:10 First N even numbers
      01:12:29 N odd numbers
      01:13:40 Reverse order of a number
      01:16:20 Sum of a number
      01:18:48 Armstrong or not

      For loops
      01:23:39 Syntax
      01:27:27 Table of a given number
      01:29:40 Sum of a number

      FOR loops-Pattern Programming
      01:32:34 Pattern programming theory
      01:34:42 β—Έ of *
      01:37:51 β—Ί of *
      01:40:23 β—Ώ of *
      01:43:38 β—Ή of *
      01:47:37 β–ˆ of *
      01:50:39 β–΅ of *
      01:54:14 β–½ of *
      01:56:58 β™’ of *
      01:58:11 β—Ί of numbers -vertical
      02:01:01 β—Ί of numbers -horizontal
      02:02:51 β–΅ of alphabets
      02:05:48 β–΅ mirroring alphabets
      02:09:25 β—Ί of integers with integer at the end

      Advance FOR Loop programs
      02:11:47 Factorial
      02:16:18 Prime numbers from range
      02:22:29 Prime or not
      02:27:43 Fibonacci series
      02:33:29 Print digits, alphabets using loops
      02:36:37 Factorial
      02:40:30 Average of numbers
      02:43:04 ASCII chart
      02:44:21 Rectangular pattern of *
      02:46:38 Rectangular pattern using ASCII characters

      Goto, break & Continue
      02:48:59 goto keyword
      02:51:12 break & continue keyword

      Switch case
      02:53:39 The syntax of the switch case-control structure
      02:55:54 Case-control structures in more detail
      02:59:30 prime numbers within from a range
      03:00:36 numbers in words in reverse order using switch case-control
      03:02:29 Perform arithmetic operations based on the users choice

      Functions
      03:04:06 What are functions?
      03:06:25 Parametrised functions
      03:09:18 Addition,subtraction,multiplication,division using functions
      03:11:54 factorial,prime or not & Fibonacci series using functions
      03:14:07 Calculate square & cube using functions

      Arrays
      03:16:14 Theory
      03:18:11 Single dimensional arrays
      03:22:49 Accept array elements & reprint
      03:25:36 array elements in reverse order
      03:28:11 Addition of array elements
      03:30:05 Fibonacci series using arrays
      03:32:20 max+min of an array
      03:34:46 positive & negative elements of an array
      03:37:37 array in ascending/descending order

      Multidimensional arrays
      03:40:01 Theory
      03:43:55 Accept MxN matrix & reprint
      03:46:41 Add two MxN array matrices
      03:48:00 Add array elements of two-dimensional arrays
      03:49:10 Diagonal elements of a matrix
      03:51:00 Add upper matrix elements
      03:52:16 Add lower matrix elements
      03:53:42 Multiplication of matrices
      03:57:15 Transpose of the matrix

      Pointers
      03:58:57 What are pointers?
      04:00:53 Using pointers

      More on functions
      04:02:47 Call by value & call by reference
      04:06:49 Swap two numbers using parametrized functions
      04:09:48 Scope of a variable
      04:13:01 Recursion
      04:14:21 Fibonacci series using recursion
      04:18:30 Factorial using recursion
      04:21:12 Passing arrays to a function

      Strings
      04:25:12 What is a string?
      04:28:07 Inbuilt functions
      04:30:26 ASCII characters
      04:31:19 string reverse, length, uppercase, lowercase & copy
      04:33:06 Count alphabets, digits & symbols
      04:34:40 Compare two strings
      04:35:24 Concatenate two strings
      04:36:10 Length of string
      04:37:33 Copy a string from another
      04:38:39 String uppercase
      04:40:24 String lowercase
      04:41:25 Join two strings
      04:43:58 Count alphabets digits & symbols without using inbuilt functions
      04:45:25 Compare two strings without using inbuilt functions
      04:47:31 Count vowels
      04:48:39 Reverse a string
      04:50:36 Palindrome

      Structures
      04:52:34 What are structures?
      04:54:57 Create structure Employee, store values & reprint
      04:56:22 Array of a structure
      04:59:11 Structure within a structure

      File operations
      05:03:36 What are the files?
      05:08:06 Read+write to a file character by character
      05:12:33 Read+write to a file line by line
      05:15:23 Merge two files

      Command-line arguments
      05:17:05 Theory
      05:18:50 Programs on command line arguments

      More
      05:21:46 Datatypes
      05:27:24 Escape sequences
      05:30:39 Type casting
      05:32:50 Enumeration
      05:35:30 Bitwise operators
      05:42:31 Unions

      Reply
    2. Stylish Queen says:
      2 weeks ago

      Please turn on. Captions

      Reply
    3. nandhinisubbu Ayyappan says:
      2 weeks ago

      Really Thank you Sir for such an amazing video on C programming

      Reply
    4. Oluwatobi Ekundayo says:
      2 weeks ago

      Thank you very much and now I'll be off to make my very own OS

      Reply
    5. Showbik Showmma says:
      2 weeks ago

      plz i request you to make a python course from scratch to advance lvl plzzz

      Reply
    6. erickson piastro says:
      2 weeks ago

      SIR..I JUST WANNA ASK QUESTION..I WANTED TO KNOW JAVA DEVELOPER FOR MY OWN PROJECT OR EDUCATIONAL PORPUSES BUT IDONT KNOW WHERE ICAN START.CAN YOU PLEASE ADVICE ME HOW TO START/THANKS GODBLESS/

      Reply
    7. aashiq says:
      2 weeks ago

      got surprised by those time stamps in the description 'coz it covers my whole syllabus……tq sir

      Reply
    8. Titiksha Shyamsukha says:
      2 weeks ago

      Can't find the extended version of the program to compare string without using strcmp

      Reply
    9. Sharique Irfan says:
      2 weeks ago

      Best of the best……perfect notes, to the point explaination…..

      Reply
    10. Anjali Kannan says:
      2 weeks ago

      Very useful for me who is in the first year of BE who don't have idea on c ..thank you

      Reply
    11. Tanuj Pokhriyal says:
      2 weeks ago

      Sir you become me your fan!!!

      Reply
    12. Catsen Palace says:
      2 weeks ago

      This is the best video to learn C programming through YouTube.
      It helped me to learn from zero(basic) to hero (high)..
      Thank you Sir.. πŸ”₯❀πŸ”₯❀

      Reply
    13. Ben Ten says:
      2 weeks ago

      Can you make a tutorial for python?? PleaseπŸ™πŸ™πŸ™πŸ™πŸ™

      Reply
    14. Nikhil Nikhil says:
      2 weeks ago

      Sir i am not getting the output in question no 37.38.39.and 40

      Reply
    15. hruday raj says:
      2 weeks ago

      Thank you so much for the video sir, I appreciate your efforts in making this video.
      but i have a small request for you sir,can you please add subtitles for this video.
      it will be very helpful if you could.
      THANK YOU

      Reply
    16. rethna charles says:
      2 weeks ago

      Thank you very much sir

      Reply
    17. Krishna K says:
      2 weeks ago

      This video is one if the best i ever seen for start-up. Simply superb. Thanks for the perfect one.

      Reply
    18. Snega S says:
      2 weeks ago

      IAM going to learn this every day half an hour…So for 10 days…So after that will I be able to get strong in C and solve many questions?

      Reply
    19. Akash Akash says:
      2 weeks ago

      Marvelous video

      Reply
    20. press gsp says:
      2 weeks ago

      Is this lesson is enough for get job in IT company?

      Reply
    21. Stylish Queen says:
      2 weeks ago

      Can u send the notes for xam

      Reply
    22. VEMULAKONDA VAMSI RAMA KRISHNA says:
      2 weeks ago

      Thanks a lot sir u r simply kind awesome man

      Reply
    23. Ajay Kathir says:
      2 weeks ago

      thankyou kodegod for making my concepts stronger

      Reply
    24. Unstoppable Hungama says:
      2 weeks ago

      3.00 – u said that compiler executes code line by line , but compiler executes entire program at a time , interpreter which executes line by line .

      Reply
    25. Nancy Bhardwaj says:
      2 weeks ago

      Sir clrscr is not running in my output anybody plzz help

      Reply
    26. Dada Khalandar Nadaf says:
      2 weeks ago

      Thank you sir

      Reply
    27. Aim Katelynne says:
      2 weeks ago

      Thank you for this video tutorial!! It helps a lot.😍

      Reply
    28. MuSiCaL FunK says:
      2 weeks ago

      best lecture u sounnds like gareeb scientist

      Reply
    29. arathi p says:
      2 weeks ago

      Sir tell some programs about relational operators

      Reply
    30. kalyan pasupuleti says:
      2 weeks ago

      1:52:05 my time stamp to come again ignore this

      Reply
    31. Ravneet Singh says:
      2 weeks ago

      a big thanks

      Reply
    32. Shibananda Das says:
      2 weeks ago

      Compile the file in active edit window ….
      Why computer shows that statment

      Reply
    33. Shilpa Batra says:
      2 weeks ago

      Sir please say me which app I sould download for C language

      Reply
    34. Shilpa Batra says:
      2 weeks ago

      Shipa batra

      Reply
    35. sana chaitanya motupalli says:
      2 weeks ago

      Screen is not clear

      Reply
    36. chaitanya venkata says:
      2 weeks ago

      5:45:11…πŸ₯³πŸ₯³πŸ₯³

      Reply
    37. neeta shah says:
      2 weeks ago

      Which software we should use to do C language coding

      Pls answer

      Reply
    38. Furqaan Farooq says:
      2 weeks ago

      I am not able to sea ur screen properly

      Reply
    39. Bhojraj kumar says:
      2 weeks ago

      Is this video is really a full course?

      Reply
    40. Sonia ravi says:
      2 weeks ago

      This course is worth a lot..Thank you sir for teaching loops clearly

      Reply
    41. Anirudh Ravichander says:
      2 weeks ago

      †zzz 😁😁😁😁😁😁😁😁

      Reply
    42. Aneesh Pedram1 says:
      2 weeks ago

      Your 55th program is wrong printf("n"); is required in the second for loop and before the third for loop.

      Reply
    43. Avinash Anand says:
      2 weeks ago

      Where is download section??

      Reply
    44. mit parmar says:
      2 weeks ago

      Which compiler do you use

      Reply
    45. Parami Rajapaksha says:
      2 weeks ago

      Thank you lot sir…β˜ΊοΈπŸ€—πŸ˜‹

      Reply
    46. J O says:
      2 weeks ago

      really helped a lot…thank u sir

      Reply
    47. maaz siddiqui says:
      2 weeks ago

      thanks for such a great video , hope I clear my exam now. /*fingers crossed*/

      Reply

    Leave a Reply Cancel reply

    Your email address will not be published. Required fields are marked *

    We bring you the best Premium Website that perfect for the latest news and videos. Visit our category pages for details.

    Recent News

    • Edible packages and fake steaks show how the food industry is changing March 6, 2021
    • CDN Publishing Partners with American Numismatic Association on eLearning Academy Online Education March 6, 2021
    • Saint Vincent College announces 2021 scholarship winners, marks 40 years of Wimmer scholarship awards March 6, 2021

    Categories

    • Available for Free (4,633)
      • Legal Services (1,549)
      • Online Education Programs (1,542)
      • Products & Services (1,542)
    • Scholarships Program (1,545)
    • Treading (5,595)
      • Health & Fitness (1,409)
      • Herbal Supplements (495)
      • Medicine (607)
      • Products (1,540)
      • Technologies (1,544)
    • Uncategorized (327)
    • Video (1,551)

    Β© 2020 Copyright - All rights reserved.

    No Result
    View All Result
    • Home
    • Treading
      • Health & Fitness
      • Herbal Supplements
      • Medicine
      • Products
      • Technologies
    • Scholarships Program
    • Available for Free
      • Legal Services
      • Online Education Programs
      • Products & Services
    • Videos

    Β© 2020 Copyright - All rights reserved.

    Welcome Back!

    Login to your account below

    Forgotten Password?

    Create New Account!

    Fill the forms below to register

    All fields are required. Log In

    Retrieve your password

    Please enter your username or email address to reset your password.

    Log In

    Add New Playlist

    error: Content is protected !!

    We are using cookies to give you the best experience on our website.

    You can find out more about which cookies we are using or switch them off in settings.

    BirdEyesNews
    Powered by  GDPR Cookie Compliance
    Privacy Overview

    This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.

    Strictly Necessary Cookies

    Strictly Necessary Cookie should be enabled at all times so that we can save your preferences for cookie settings.

    If you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.