What is dynamic dispatch in c++?
No Answer is Posted For this Question
Be the First to Post Answer
# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none
What is main function in c?
Difference between constant pointer and pointer to a constant.
What is static and auto variables in c?
two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is meant by 'bit masking'?
Explain the difference between the local variable and global variable in c?
What are pointers in C?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item
post new interiew question and aptitude test papers