Quiz-5

Personalized Analytics only Availble for Logged in users

Analytics below shows your performance in various Mocks on PrepInsta

Your average Analytics for this Quiz

Rank

-

Percentile

0%

Completed

0/10

Accuracy

0%

Get Prepinsta Prime

Get all 200+ courses offered by Prepinsta

Never Miss an OffCampus Update

Get OffCampus Updates on Social Media from PrepInsta

Follow us on our Media Handles, we post out OffCampus drives on our Instagram, Telegram, Discord, Whatsdapp etc.

Get Hiring Updates
Amazon,Google,Delottie & 30+companies are hiring ! Get hiring Updates right in your inbox from PrepInsta

Get over 200+ course One Subscription

Courses like AI/ML, Cloud Computing, Ethical Hacking, C, C++, Java, Python, DSA (All Languages), Competitive Coding (All Languages), TCS, Infosys, Wipro, Amazon, DBMS, SQL and others.

Get over 200+ course One Subscription

Courses like AI/ML, Cloud Computing, Ethical Hacking, C, C++, Java, Python, DSA (All Languages), Competitive Coding (All Languages), TCS, Infosys, Wipro, Amazon, DBMS, SQL and others.

Get PrepInsta Prime Subscription

Get access to all the courses that PrepInsta offers, check the out below -

Companies

TCS, Cognizant, Delloite, Infosys, Wipro, CoCubes, KPMG, Amazone, ZS Associates, Accenture, Congnizant & other 50+ companies

Programming

Data Structures, Top 500 Codes, C, C++, Java Python & other 10+ subjects

Skills

Full Stack Web Development, Data Science, Machine Learning, AWS Cloud, & other 10+ skills and 20+ projects

Comments

5 comments on “Quiz-5”


  • BE_B_47_

    #include

    int fun(int x,int y,int z)

    {

    if(x>y && y>z)

    {

    return fun(y,x,z);

    }

    if(y>z && z>x)

    {

    return fun(z,y,x);

    }

    if(z>y && z>x)

    {

    return fun(x,y,z);

    }

    }

    int main()

    {

    int a=10,b=15,c=20;

    a=a+b;

    b=a+c;

    c=b+c;

    fun(a,b,c);

    }
    Can u explain how ans is run time error ??


  • Vishal

    Sir,output of question 2 is incorrect .Please make it correct and also in quiz 4 there were 2-3 questions having wrong output.


  • Nafisa

    Sir Why are all explanations in program form?There is no good explanation..I want my back..!What will be the process


    • HelpPrepInsta

      Hey Nafisa, it is pseudo code, the best way to explain them is when we give you the entire code and explain its working. What kind of explanations are you looking for, could you please explain