what does the following statement mean?
int (*a)[4]
No Answer is Posted For this Question
Be the First to Post Answer
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
State the difference between pre and post increment/decrement operations.
What are smart pointer? Whats its use?
Is it possible for a member function to delete the pointer, named this?
What is difference between class and function?
How much maximum can you allocate in a single call to malloc()?
How many types of comments are there in c++?
Differentiate between an array and a list?
How do you traverse a btree in backward in-order?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop
how many trys can we write in one class
What C++ libraries are you proficient with?