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.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

How do you generate a random number in c++?

0 Answers  


What is the two main roles of operating system?

0 Answers  


What is a "Copy Constructor"?

2 Answers  


Which of the following is evaluated first: a) && b) || c) !

0 Answers  


How is modularity introduced in C++?

0 Answers   TCS,






What is null pointer and void pointer and what is their use?

0 Answers  


What can I safely assume about the initial values of variables which are not explicitly initialized?

0 Answers  


Write a code/algo to find the frequency of each element in an array?

0 Answers   Axtria,


Difference between const char* p and char const* p?

1 Answers  


Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];

4 Answers   Quark,


What are pointer-to-members? Explain.

0 Answers   iNautix,


Describe new operator and delete operator?

0 Answers  


Categories