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 27645value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?
6 12886how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.
3 12725Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.
3 24750Consider 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 10414Write 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 16980If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.
12 45820Post New Google C Interview Questions
What is difference between sybase and oracle?
How do you evaluate mrp run in scm system?
How to create a 1:1 relationship in MsCRM, mean how from a front end does there a Link to do that?
What is meant by authorization?
Define Static Block.
What is the utilization of hcatalog?
Difference between default and protected access specifiers?
What is font ms word?
What is the life expectancy of ssd drives?
How to define the names of the application servers being used to access peoplesoft?
Explain how do ‘map’ and ‘reduce’ work?
How do I remove table formatting in word 2007?
Why is tan-delta test and capacitor measurement done on alternator?
What is setautocommit in jdbc?
How many records can a select query return? How many records can a sosl query return? : salesforce crm