Storing even numbers and odd numbers separately from a given array (C Program)

Поділитися
Вставка
  • Опубліковано 5 жов 2024
  • Technical lectures by Shravan Kumar Manthri.
    Watch "Patterns in C- Tips & Tricks " in the following link...
    www.udemy.com/...
    You can watch "Tricky 150 mcqs in C" in the following link
    www.udemy.com/...
    Technical lectures by Shravan Kumar Manthri.
    Watch Technical C programming
    • Technical C coding : p...
    Watch Data Warehousing & Data Mining
    • 1. Multi-Dimensional ...
    Watch Design & Analysis of Algorithms
    • 1. Introduction to the...
    Watch Formal Languages & Automata theory
    • 1. Introduction to Aut...
    Visit us: www.csegurus.com
    Contact me @ fb : shravan.kites@gmail.com
    Like us on fb: CSE GURUS
    This video explains Storing even numbers and odd numbers separately from a given array with execution. #ShravankumarManthri#CSEGURUS #ShravankumarManthri#CSEGURUS

КОМЕНТАРІ • 13

  • @aravindrajs4141
    @aravindrajs4141 3 роки тому +1

    Thank u i tried for 30 mins in other methods,but this vedio helped me

  • @nothingtoeverything5330
    @nothingtoeverything5330 3 роки тому +3

    Nice video bro .actuvally i understood the logic ☺

    • @CSEGURUS
      @CSEGURUS  3 роки тому

      Glad to hear that..You can watch this playlist for more stuff in C
      ua-cam.com/play/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe.html

  • @satyavenis3765
    @satyavenis3765 2 роки тому

    Your explanation is super sir but please write the tracing when you are explaning the Logic

    • @CSEGURUS
      @CSEGURUS  2 роки тому

      Sure...
      Watch “Operators in C - Tips and Tricks” in the following link
      ua-cam.com/video/tmFkBx362yw/v-deo.html

  • @codeambition2k636
    @codeambition2k636 4 роки тому +1

    Cool video

    • @CSEGURUS
      @CSEGURUS  4 роки тому

      Thank you .. keep Learning..
      Please try this too...
      Next 50 mcqs
      ua-cam.com/video/AlOQMTr5zD0/v-deo.html

  • @apporvaarya
    @apporvaarya 4 роки тому

    Very coool

    • @CSEGURUS
      @CSEGURUS  4 роки тому

      Thank you .. keep Learning..
      Please try this too...
      Next 50 mcqs
      ua-cam.com/video/AlOQMTr5zD0/v-deo.html

  • @manisri8152
    @manisri8152 3 роки тому

    Int a[20] b[20] c[20] why we took 20

    • @CSEGURUS
      @CSEGURUS  3 роки тому

      That is the size of array which i took a minimum value. You can take any value in int range.

    • @Wisdom-i1v
      @Wisdom-i1v 3 роки тому

      Because 20 elements all can be even
      Same goes for being odd
      We took the maximum number

    • @vahngodisgracious5073
      @vahngodisgracious5073 2 роки тому

      Bcz we don't know how many odd no or even no ll be present in the array ..may be all are even may be all are odd so we take equal size of all array ..
      Max no