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 25938value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?
6 12023how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.
3 12004Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.
3 24159Consider 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 9814Write 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 16438If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.
12 43691Post New Google C Interview Questions
Is it a good sign when thick smoke comes out of a Oil vapor extraction fan of a steam turbine oil sump? What does it indicates?
Are tuples hashable?
List out the SEO modules available in Drupal?
What is HTML5 Web Storage?
Difference interview share vs assign.
Problem with XML checkpoint in QTP ?
qtp9.2 and qtp10.0 difference
What are the uses of javascript in web page designing?
What is dhtml with example?
Why is the indicator eriochrome black(ebt) shows wine red color at the beginning and blue color at the end?
What is Peek method in Tempdata in ASP.Net MVC?
Define view object in iOS operating system?
what are the two places where you need to configure cin (country version india)?
Are collections thread safe?
An engineering college wants to automate their examination activities to speed up their work and maintain high-end accuracy of information. A brief overview of the proposed system is given below: The proposed examination system is consisting of 8 semesters spread across 9 branches (assume your own branch names) and spans over a period of 4 years. Each student belongs to a branch and must register for a minimum of 6 courses but not exceed 8 courses maximum. The scoring pattern for each course is given as below: Maximum marks for each course: 100 Pass: 35% Distinction: 70% and above First class: =>60% and <70% Second class: >50% and <60% Pass Class: >=35% and <50% The proposed system computes the result and announces the results every semester. The results must be accurate and all examination records will be maintained till the students leave the college. Develop a Test Strategy to test the proposed system. Your Test Strategy must include the following: • Test Plan • Testing Methodology to be followed • Test cases • Test effort estimation • Test Correction Mechanism Note: If you need more information on the requirement specification, you are permitted to assume along the same line but clearly specify the details.