Answer Posted / sachin
enum Flag {Yes, No};
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the two types of comments, and how do they differ?
What is the role of C++ shorthand's?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
What is the history of c++?
Explain container class.
What are the advantages of using pointers in a program?
Incase of a function declaration, what is extern means?
What is pair in c++?
How do you save a c++ program?
What is flush c++?
What does count ++ do in c++?
What is else if syntax?
What is different in C++, compare with unix?
There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.