virtual-labs-archive / computer-programming-responsive-iiith

This repository contains the responsive Computer Programming Lab IIITH
https://cse02-iiith.vlabs.ac.in
Other
1 stars 325 forks source link

Structure_Quiz #472

Open MohsinMamoon opened 5 years ago

MohsinMamoon commented 5 years ago

Issue: Typing error in Q5.

Actual: What will be the output of the following function call: fun4(4,3); where fun4 is defined as:

Expected: What will be the output of the program: (fun4 referred to in the question is not defined in the program, but the output of existing program matches the answer of the question)

Screenshot: Screenshot from 2019-03-21 15-41-03

MohsinMamoon commented 5 years ago

Fixed. Commit ID: 1bd1e64

DevikaBoddu commented 5 years ago

Valid fix : @MohsinMamoon