Name four predefined macros.
No Answer is Posted For this Question
Be the First to Post Answer
which is best institue to learn C/C++ IN AMEERPET OR MAITHRIVANAM OR SR NAGAR, PLEASE HELP. THANKS IN ADVANCE
What is the difference between #define debug 0 and #undef debug?
What is the difference between method overloading and method overriding in c++?
Can we remove an element in a single linked list without traversing? Lets suppose the link list is like this 1 2 3 4 5 6 We need to remove 4 from this list (without traversing from beginning) and the final link list shud be 1 2 3 5 6 only thing we know is the pointer to element "4". How can we remove "4" and link "3" to "5"?
What is a sequence in c++?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ?
What is the difference between the indirection operator and the address of oper-ator?
Describe exception handling concept with an example?
Is c++ still being used?
Why do we use constructor?
If there are 1 to 100 Numbers in array of 101 elements. Which is the easy way to find repeated number?
What is the difference between a pointer and a link in c ++?