What is null and void pointer?
No Answer is Posted For this Question
Be the First to Post Answer
How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever
17 Answers Datavance, Quark, VEL, Wipro,
What are the four partitions in which c++ compiler divides the ram?
Why are arrays usually processed with for loop?
In a function declaration, what does extern mean?
What is c++ and its features?
How do pointers work?
What do you know about friend class and friend function?
What is ostream in c++?
What is bubble sort c++?
How many types of comments are there in c++?
What is the difference between Pointer and a Reference? When you would use them?
What is virtual methods?