What is c++ programming language?
No Answer is Posted For this Question
Be the First to Post Answer
How can you quickly find the number of elements stored in a a) static array b) dynamic array ?
why is iostream::eof inside a loop condition considered wrong?
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
What is wrapper class in c++?
What do you mean by internal linking and external linking in c++?
How can a struct in c++ differs from a struct in c?
What is ofstream c++?
What is srand c++?
What is a custom exception?
Why do C++ compilers need name mangling?
Does c++ have finally?
How many keywords are used in c++?