Where do I find the current c or c++ standard documents?


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

Post New Answer

More C++ General Interview Questions

Define what is constructor?

0 Answers  


What is increment operator in c++?

0 Answers  


How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.

15 Answers   Satyam,


What are default parameters? How are they evaluated in c++ function?

0 Answers  


given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you

2 Answers  






How would you find out if a linked-list is a cycle or not?

0 Answers  


Explain the scope resolution operator?

2 Answers  


Will a catch statement catch a derived exception if it is looking for the base class?

0 Answers  


Difference between an inspector and a mutator

0 Answers  


Can I learn c++ in a week?

0 Answers  


What are the advantages of pointers?

0 Answers  


How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?

0 Answers  


Categories