What is the purpose of ios::basefield in the following statement?


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

Post New Answer

More C++ General Interview Questions

What are dynamic type checking?

0 Answers  


Refer to a name of class or function that is defined within a namespace?

0 Answers  


You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()

0 Answers  


What is volatile and pragma? When they are used?

1 Answers  


Can non graphic characters be used and processed in C++?

0 Answers   HCL,






Should I learn c or c++ first?

0 Answers  


What is the keyword auto for?

0 Answers  


Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.

0 Answers  


What is the difference between delegation and implemented-in-terms-of?

0 Answers  


In java a final class is a class that cannot be derived. How can you make a similar class in C++

1 Answers  


What is the use of pointer in c++ with example?

0 Answers  


What operator is used to access a struct through a pointer a) >> b) -> c) *

0 Answers  


Categories