Which software is best for c++ programming?
No Answer is Posted For this Question
Be the First to Post Answer
When there is a global variable and local variable with the same name, how will you access the global variable?
What is the difference between a reference and a pointer?
Describe private, protected and public – the differences and give examples.
What is meant by entry controlled loop?
0 Answers Agilent, ZS Associates,
Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].
What is a far pointer? where we use it?
When is dynamic checking necessary?
Which programming language should I learn first?
What are pointer-to-members? Explain.
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
Differentiate between declaration and definition in C++?
What and all can a compiler provides by default?