5 Programming Mistakes which Programmers Make.

Поділитися
Вставка
  • Опубліковано 12 вер 2024
  • Get COURSES For FREE Using This Scholarship Test. Register Here Now: www.codingninj... In this video you will learn about the common programming errors which programmers make in coding quizzes.
    The various quiz
    Compilation error
    Time Limit exceeded
    Runtime error.
    Watch our expert trainer, Mr. Parikh Jain explaining these errors with the help of a live example
    --------------------------------------------------------------------------------------------------------------------------------------------
    Coding Ninjas is one of the leading EdTech company providing India’s Highest rated programming courses in C++, Java, Python, Machine Learning, web development, Android Development with Kotlin and, React.
    To explore our courses, click here: bit.ly/2WWmdE1
    -----------------------------------------------------
    To watch more exciting videos on programming, subscribe to our channel here: bit.ly/36n3g08
    ------------------------------------------------------
    Explore more on our social media platforms:
    Facebook: / codingninjas
    Instagram: / coding.ninjas
    Linkedin: / 1319…

КОМЕНТАРІ • 19

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

    Register for Coding Ninjas Scholarship Programme:
    bit.ly/CNSCHOLARSHIP

  • @ghulammohiyuddin387
    @ghulammohiyuddin387 6 років тому +4

    i was searching such type of tutorial form few month finally i find it ......thankyou very much sir.....it really helpfull.great!!

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

    Got queries related to Competitive Programming, Let us know in the comments section.
    In this video you will learn about the common programming errors which programmers make in coding quizzes.
    The various quiz
    Compilation error
    Time Limit exceeded
    Runtime error.
    Watch our expert trainer, Mr. Parikh Jain explaining these errors with the help of a live example

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

    When array can be 10^6 please respond

  • @Deepeshkumardk
    @Deepeshkumardk 6 років тому +1

    In Java, arrays are object so it stored in the Heap memory but this video array in the function stored in the Stack.

    • @CodingNinjasIndia
      @CodingNinjasIndia  6 років тому

      You are right Deepesh. Since this video has been recorded for C++ we can use stack memory.

  • @raghavgupta1998
    @raghavgupta1998 5 років тому

    In Linux practice on hackerrank, my code is running fine on MY machine. But not on hackerrank. With the same input for which it was saying test case failed. What to do?

  • @jigarvaishnav7742
    @jigarvaishnav7742 6 років тому

    Nice video I need your course of Ds and algo

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

    Tumar ko thank you nice explanation

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

    You're great sir

  • @PiyushKumar-qj8ue
    @PiyushKumar-qj8ue 6 років тому

    what if I want to make an array of size greater than 10^8?,shall i go for List or something like that?.Because im getting this fault/error in CPP ,but if i switch to JAVA then its giving NZEC.please help me out,i'll be craving out for your answer :).

    • @CodingNinjasIndia
      @CodingNinjasIndia  6 років тому

      Read about Dynamic & Static allocation in CPP. You will get your query resolved :)

  • @anantbahuguna
    @anantbahuguna 6 років тому

    sir how can i remove SIGTSTP runtime error

  • @sachin_bhandari8470
    @sachin_bhandari8470 6 років тому

    thank u bro

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

    bhaiya presentation error rehgya

  • @shubhamrajput8449
    @shubhamrajput8449 6 років тому

    Which data types shall i select in java to handle variable of large values like 10^6?