There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.
15 27591value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?
6 12868how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.
3 12698Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.
3 24731Consider a language that does not have arrays but does have stacks as a data type.and PUSH POP..are all defined .Show how a one dimensional array can be implemented by using two stacks.
3 10401Write the following function in C. stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return - 1. The function should not make use of any C library function calls.
3 16964If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.
12 45772Post New Google C Interview Questions
Is magento a software?
Define role of variety in big data?
Explain
Explain an ancestral type.
Why are there three levels within the framework?
How would you deal with being away from your friends and family for long periods of time when working as cabin crew?
How you will work with error handling in codeigniter?
Explain how you can run rails application without creating databases?
What is the meaning of flag day?
What is json web token?
Is google the owner of android?
What is bagisto?
can stub column take the load as main column
What do you understand by snitches?
Does Scala support Operator Overloading? Does Java support Operator Overloading?