
page 1 out of 3
page 1 out of 3
Question 1
John wants to go to different locations of the city in which he is. He has listed all of them down. However, he wants to visit one location before visiting some other location What application of graphs he uses to determine that location?
Question 2
Question 3
Res=3*(X-Y)
Question 4
Question 5
Question 6
In-Order: 9 7 10 6 8
Pre-Order: 6 7 9 10 8
Question 7
What is the data type of num1-num3/num2?
Question 8
Question 9
Question 10
#include<iostream> using namespace std; class Employee{ private: int UserId; public: Employee(): UserId(0) {} frient int displayUser(Employee); }; int displayUser(Employee emp){ emp.UserId +=12; return emp.UserId; } int main(){ Employee e; cout << "Employee UserId:"<<displayUser(e)<<endl; return 0; }
page 1 out of 3
page 1 out of 3
Oops!!
To view the solution need to Login