Can we get the value of ios format flags?
No Answer is Posted For this Question
Be the First to Post Answer
What is the size of pointer ? Also size of pointer in 64 bit pointer
Explain what is polymorphism in c++?
Explain about vectors in c ++?
What is Memory Alignment?
Is C++ case sensitive a) False b) Depends on implementation c) True
What are the advantages and disadvantages of using inline and const?
2 Answers Polaris, TCS, Zimmer Biomet,
without if else statement can be written ah
catch(exception &e) { . . . } Referring to the sample code above, which one of the following lines of code produces a written description of the type of exception that "e" refers to? a) cout << e.type(); b) cout << e.name(); c) cout << typeid(e).name(); d) cout << e.what(); e) cout << e;
Why do we use using namespace std in c++?
What is a rooted hierarchy?
What are the techniques you use for debugging?
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.