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.
3004What 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,
2592show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.
1 11118Write a program to get the value of sin (x) using a library function , when x is given in degrees.
1 4823
What is an operator function? Describe the function of an operator function?
Can non graphic characters be used and processed in C++?
What's the order in which the objects in an array are destructed?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
Why is swift so fast?
What is the use of lambda in c++?
Why is abstraction needed?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
What is functions syntax in c++?
Can you declare an array without a size in c++?
What is a modifier in c++?
How does code-bloating occur in c++?
What is the extraction operator and what does it do?
Why is c++ so fast?
What is the difference between a pointer and a link in c ++?