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 4946If 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 6042Post New C++ General Questions
What is pointer -to-members in C++? Give their syntax?
What is array in c++ example?
Which is best c++ or java?
What are all predefined data types in c++?
What is & in c++ function?
How does c++ structure differ from c++ class?
Why is c++ still used?
What do you mean by vtable and vptr in c++?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
What is the best c++ ide?
What is the c++ programming language used for?
What is tellg () in c++?
What is the benefit of c++?
Can I learn c++ without c?
What is constructor in C++?