Explain the difference between c & c++?
No Answer is Posted For this Question
Be the First to Post Answer
How do I exit turbo c++?
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.
What are the various situations where a copy constructor is invoked?
What problems might the following macro bring to the application?
If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];
What are the defining traits of an object-oriented language?
Define a constructor - what it is and how it might be called (2 methods)?
What are literals in C++?
which operator is used for performing an exponential operation a) > b) ^ c) none
Please post the model question paper of hal?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?