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 37034

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 23239

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

6 10959

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

8 14429

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

3 11036

what is the hexidecimal number of 4100?

16 19823

give one ip, find out which contry

4 11247

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

3 12408

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

1 3009

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 23271

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 9082

what is difference between array and structure?

44 127081

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 15520

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

12 41317

what are advantages of U D F?

1 2195

Post New Google C Interview Questions


Google C Interview Questions


Un-Answered Questions

how to calculate the length diamond shaped striupps in column

2175


What is the difference between apply and unapply methods in scala?

7


They mostly asked difference between versions of technologies

907


What is a file group?

576


What are the advantages of public-key cryptography compared with secret-key cryptography?

443






What goes into a Test Summary? How would you write a Test Summary?

1707


client wants to have sales of particular material area wise. How to write functional spec for this

1989


What is the latest spring version?

160


How do you put a border on a picture in word 2016?

363


What is a projection view? : abap data dictionary

569


What is informatica powercenter repository?

676


What is c preprocessor mean?

749


What is orphan removal in hibernate?

144


Explain what is decorator?

419


Why potassium dichromate is used in calibration of uv?

1338