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 37265

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 23462

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

6 11050

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

8 14524

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

3 11133

what is the hexidecimal number of 4100?

16 19996

give one ip, find out which contry

4 11322

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

3 12492

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

1 3053

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 23350

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 9151

what is difference between array and structure?

44 127570

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 15584

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

12 41473

what are advantages of U D F?

1 2224

Post New Google C Interview Questions


Google C Interview Questions


Un-Answered Questions

How to create a simple chat app using socket.io in node.js?

266


How do I create a wordpress template?

126


what is Anti-pumping?

1496


Does anyone still use joomla?

62


What is a synonym? What are its various types?

622






What is selenium-rc (remote control) ?

542


why the NGR (neutral grounding resistor) always OFF during DG off?

3069


What is difference between Ionization heat and bimetallic heat

1147


When a switch is said to be congested?

576


What is an eror in java?

557


What is PageRank Algorithm?

7


Define the overload capacity of the motor?

1578


How to add javascript remoting to a vf page?

228


What is pointer in c++ with example?

516


How do you merge tables?

318