Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Google C Interview Questions
Questions Answers Views Company eMail

which of the function operator cannot be over loaded a) <= b)?: c)== d)*

10 37097

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 23301

value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?

6 10983

class foo { public: static int func(const char*& p) const; }; This is illegal, why?

8 14439

how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.

3 11052

what is the hexidecimal number of 4100?

16 19853

give one ip, find out which contry

4 11264

Predict the output or error(s) for the following: 25. main() { printf("%p",main); }

3 12419

how to determine the complexity of an algorithm as log(n)

1 3022

Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.

3 23289

Consider 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 9089

what is difference between array and structure?

44 127168

Write 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 15528

If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.

12 41328

what are advantages of U D F?

1 2196

Post New Google C Interview Questions


Google C Interview Questions


Un-Answered Questions

How to disable foreign key constraint in postgresql?

421


What are the new features of sql server 2012 reporting service?

82


For the construction project what capital cost has to be taken in consideration?

650


How can I tell what devices are connected to my usb?

510


in 2 way slab can additional compressive reinforcement can be provided if yes than in which conditions it is required ?

1775






What is the maximum number of columns per table?

466


How do I create a table of contents?

310


How to measure your application's performance on an iphone device?

408


While using a cursor, how can you differentiate between a deleted row and a row that has been inserted with null data values?

528


Explain what is meant by "business content" in sap?

445


How do you uninstall the weblogic server?

517


Explain why authorization check in treasury is missing for authenticated user?

5


Define chemical corrosion. What are the types of chemical corrosion? : Electrochemistry Corrosion

558


What is database manager in db2?

525


How do you override a defined macro?

663