Answer Posted / sudheer
How this num1&(num2-1) replaces num1%num2. Execute and
check before posting some thing...
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Explain virtual destructor?
What are the rules for naming an identifier?
Explain the difference between class and struct in c++?
Can I make ios apps with c++?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
What is input operator in c++?
What is an inclusion guard?
Explain the concept of memory leak?
What is the full form of dos?
Should I learn c or c++ first?
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
Can constructor be private in c++?
How does the copy constructor differ from the assignment operator (=)?
What does the linker do?