Why is the function main() special?
No Answer is Posted For this Question
Be the First to Post Answer
In java a final class is a class that cannot be derived. How can you make a similar class in C++
difference between c and c++?
38 Answers Cognizant, IBM, Infosys, Oracle, Sarva Shiksha Abhiyan, Wipro,
What are the important differences between c++ and java?
Why did you leave your last job?
List out some of the OODBMS available?
What is the real purpose of class – to export data?
Describe new operator?
What is the use of static functions?
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
What is the difference between map and hashmap in c++?
Differentiate between late binding and early binding. What are the advantages of early binding?
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"?