Can constructor be private in c++?
No Answer is Posted For this Question
Be the First to Post Answer
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
What are c++ tokens?
What are advantages and disadvantages of Design patterns?
Define Virtual function in C++.
What is array in c++ example?
What character terminates all character array strings a) b) . c) END
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"?
Which bit wise operator is suitable for putting on a particular bit in a number?
Copy Linked List using recursive function?
advantages and disadvantages of using Borland C++ / version 5.
You run a shell on unix system. How would you tell which shell are you running?