STL (140)
OOPS (873)
C++ General (2409) 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.
3005What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
SRA,
2600show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.
1 11122Write a program to get the value of sin (x) using a library function , when x is given in degrees.
1 4825
What is the difference between mutex and binary semaphore?
What is tellg () in c++?
what is the use of void main() in C++ language?
Explain the extern storage classes in c++.
Why do we use string in c++?
What is the operator in c++?
Can malloc be used in c++?
What is object and example?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
State two differences between C and C++.
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
Define private, protected and public access control.
What are properties in oop?
What do you mean by early binding?
What are disadvantages of pointers?