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 |
write a C++ programming :if the no is between 32 to 50 it will be odd.
what is c++
What do you mean by volatile and mutable keywords used in c++?
List the features of oops in c++?
How does throwing and catching exceptions differ from using setjmp and longjmp?
What and all can a compiler provides by default?
Difference between class and structure.
Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].
How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?
Can circle be called an ellipse?
Explain the extern storage classes in c++.
What is the difference between the parameter to a template and the parameter to a function?