Anamika-jain

  • In C++ if-else is decision Operator. As in real life we have the option and in particular condition we do specific task. Same as IF-ELSE used in programming for taking decisions.

    Syntax of […]

    Anamika-jain posted an Answer 14 years ago on

  • hello Baigsb,

            Here I am subitting a Program regarding your problem ….

    #include

    #include

    struct student

    {

    int roll_no;

    char name[100];

    char clas[3 […]

    Anamika-jain posted an Answer 14 years ago on