What is a far pointer? where we use it?
No Answer is Posted For this Question
Be the First to Post Answer
difference between c and c++?
38 Answers Cognizant, IBM, Infosys, Oracle, Sarva Shiksha Abhiyan, Wipro,
What do you mean by volatile and mutable keywords used in c++?
How a macro differs from a template?
What is a multimap c++?
Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];
What are the different operators in C++?
What does the ios::ate argument do?
What is the use of setfill in c++?
Can class objects be passed as function arguments?
Explain the ISA and HASA class relationships. How would you implement each in a class design?
Differentiate between the message and method in c++?
Can comments be longer than one line?