What are enumerations?
No Answer is Posted For this Question
Be the First to Post Answer
What is switch case in c++ syntax?
Give a very good method to count the number of ones in a "n" (e.g. 32) bit number.
What is the difference between = and == in C?
16 Answers Christ University, Intel,
How do you add an element to a set in c++?
Explain what happens when a pointer is deleted twice?
what are difference between c and c++?
I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
Which of the following operator cannot be overloaded?
What is binary search in c++?
program in c++ to input digits and print in words
Write a program using display() function which takes two arguments.