What are function prototypes?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between public, private, and protected access?
What are the different operators in C++?
What are the steps in the development cycle?
How is static data member similar to a global variable?
What are the sizes and ranges of the basic c++ data types?
what is Loop function? What are different types of Loops?
Why c++ is better than c language?
In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest.
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?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
What is "mutable" keyword?
What compiler was used?