What is the use of register keyword with the variables?
No Answer is Posted For this Question
Be the First to Post Answer
Evaulate: 22%5 a) 2 b) 4 c) 0
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 an overflow error?
How would you use qsort() function to sort an array of structures?
What is a linked list in c++?
What are the rules about using an underscore in a c++ identifier?
What is the main function c++?
5. Can inline functions have a recursion?
what is the diff b/n c and c++ a. dynamic scoping b. nested switching c. declaration of variables in any code block d. separation of compilation and linking
What are the advantages of prototyping?
write the code that display the format just like 1 2 1 3 2 1 4 3 2 1 5 4 3 2 1 6 5 4 3 2 1
How do you print for example the integers 3,2,1,5,4 in a binary tree within the console in format where it looks like an actual binary tree?