What is the full form of ios?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Describe delete operator?

0 Answers  


What is polymorphism and its type in c++?

0 Answers  


1. What does the following do: void afunction(int *x) { x=new int; *x=12; } int main() { int v=10; afunction(&v); cout<<v; } a) Outputs 12 b) Outputs 10 c) Outputs the address of v

5 Answers   Quark,


Why do we use the using declaration?

0 Answers  


What is RTRT tool?can it be used for automation?can it work on packet PC?

3 Answers  






Do you know about latest advancements in C++ ?

0 Answers   Agilent, ZS Associates,


What are virtual constructors/destructors?

0 Answers  


Have you used MSVC? What do you think of it?

2 Answers   Google,


What is doubly linked list in c++?

0 Answers  


What is a multiset c++?

0 Answers  


Which compiler does turbo c++ use?

0 Answers  


What happens when you make call 'delete this;'?

0 Answers  


Categories