Computer Programming theory quiz 3
QUIZ NO. 03 Date: 08 /05/2017 Time: 20 Minutes Total Marks: 10 Obtained Marks: _______ Enrollment No: ___________ Student_Name: ____________________________________ 1. What will be the output of following program [2 mark] #include<iostream> #include<cmath> #include<iomanip> using namespace std; void traceMe(double x , double y); int main() { double one , two ; cout<<”enter two numbers:”; cin>>one>>two; cout...