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 3800If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];
3 4282Post New C++ General Questions
Describe protected access specifiers?
What is the difference between a baller and a reference in C++?
What are keywords in c++?
What is object file? How can you access object file?
What is the arrow operator in c++?
What is the basic concept of c++?
What is microsoft c++ redistributable?
In c++, what is the difference between method overloading and method overriding?
What are default parameters? How are they evaluated in c++ function?
How would you use the functions memcpy(), memset(), memmove()?
Which one is a preferred language C or C++? Why?
What are the advantages of pointers?
Please explain class & object in c++?
What is the difference between public and private data members?
What are the storage qualifiers?