Write a single instruction that will find the remainder of
integral division when x is divided by y. Have the answer
stored in z.
z=x%y;
my answer surety %=60%
_Nithin Devang
| Is This Answer Correct ? | 2 Yes | 0 No |
Describe the advantages of operator overloading?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
What is main function in c++ with example?
How is objective c different from c++?
What is endl?
Why is c++ so fast?
How would you use the functions randomize() and random()?
Why is c++ still used?
What is 'Copy Constructor' and when it is called?
When is the destructor called?
What is the default access level?
Explain the virtual inheritance in c++.