Question
Three of the following number pairs are alike in some
manner and hence form a group. Which number pair does NOT belong to that group? (NOTE : Operations should be performed on the whole numbers, without breaking down the number into its constituent digits. E.g. 13 β Operations on 13 such as adding / subtracting / multiplying etc. to 13 can be performed. Breaking down 13 into 1 and 3 and then performing mathematical operations on 1 and 3 is not allowed.)Solution
The logic is follwed here- 18 x 9 = 162 + 4 = 166 31 x 9 = 279 + 4 = 283 14 x 9 = 126 + 4 = 130 23 x 9 = 207 +10 = 217
What will be the output of the code
int main(){
int x= 10;
int y=10;
int s=-(-x-y)
cout<
return 0;
}
In a virtual memory system, what is a "page fault"?
Which type of transistor is less susceptible to thermal runaway?
What is the unit of electric current?
Which transport layer protocol provides connection-oriented, reliable, and ordered delivery of data packets between applications?
The result of SQL select statement is?
What is an ER diagram used for?
Which routing protocol is commonly used within an autonomous system (AS) to determine the best path for data packets?
Which distribution is used to model the number of successful outcomes in a fixed number of independent Bernoulli trials?
Which component in the MVC architecture communicates directly with the database?