![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() Related Questions Latest Answer : In C++, assignment and copy construction are different because the copy constructor initializes uninitialized memory, whereas assignment starts with an existing initialized object. If your class contains instances of other classes as data members, the ... Latest Answer : the pre inc operator increments the value of that particular variable on that line itself the post inc operator increments the value of that particular variable after going on the next line in simple words eg.e=5; on this line ... Latest Answer : Do any operation symbolizing the operator in your class.you can add/subtract/multiply/divide or do any other operation for +operator() the choice is entirely yours.Freedom you see ... Latest Answer : Bitwise OR - | is the correct answer- x = x | SET_ON ... Latest Answer : Bitwise and - & is the correct answer. n=n & 0177 ... Latest Answer : The bitwise XOR ^ sets a one in each bit position where its operands have different bits and zero where they are same. ... Latest Answer : One's complement ~ ... Latest Answer : A scope resolution operator resolves scope ambiguity in cases where a base class and a derived class both define data member or function with the same name.Most generally a scope resolution operator is required when a data member is redefined by a derived ... Latest Answer : Function overloading refers to having two or more methods in the same scope which have the same name but different signature. (Note that a function signature includes name of the function, ordered list of parameter data types. It DOES NOT include the ... Latest Answer : I Think Computer languages have certain set of operators ,which the user can use while coding ,these operators have predefined meaning in the respective language i.e the operators can operate only on a specific set of variables/constants.Languages ... Read Answers (2) | Asked by : Attique
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||