Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

if the address of a[1,1] and a[2,1] are 1000 and 1010 respectively and each occupies 2 bytes then the array has been stored in what order?

4 26277

we all know about the function overloading concept used in C++ and we all learnt abt that.... but that concept is already came in C in a very smaller propotion ... my question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION OVERLOADING IS USED in C language?????????????

4 7565

array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}

12 17053

which header file contains main() function in c?

17 30621

write a c program to print the values in words eg:- 143 written it has (one hundred and forty three)& 104, 114 are also written words

5 16313

There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?

8 12415

How to write a C program to determine the smallest among three nos using conditional operator?

2 19074

WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

2413

write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

2074

a simple c program using 'for' loop to display the output 5 4 3 2 1

2 3886

input any 4 digit number and find the difference of all the digits?

3 4651

What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }

2452

what is the purpose of the following code, and is there any problem with the code? void fn(long* p1, long* p2) { register int x = *p1; register int y = *p2; x ^= y; y ^= x; x ^= y; *p1 = x; *p2 = y; }

1 4240

what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }

2 4237

What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }

1 3670

Post New Google C Interview Questions


Google C Interview Questions


Un-Answered Questions

What are methods c#?

842


without table how to come first record only in oracle?

2216


What is Application Designer?

1224


Explain the level of parallelism in spark streaming?

283


What is the best free ide for python?

752


What are the five main functions of a database administrator?

557


Android mapactivity is?

1144


WHAT SHOULD BE THE BEST CURRENT RATINGS (PRIMARY / SECONDARY)FOR A CT INSTALLED AT THE INCOMING 11KV PANE? WILL IT BE CALCULATED ON THE BASES OF MAXIMUM DEMANT VALUE OR ON SUM OF ALL TRANSFORMER'S KVA? NOMALLY MAX DEMAND REPRESENT THE MAXIMUM OPERATING LOAD OF THE PLANT AND TOTAL KVA OF (SAY 5 NUMBERS TRANSFORMERS) REPRESENT THE CONNECTED LOAD. WHICH i.e. MAX DEMAND KVA OR CONNECTED KVA ARE BETTER TO USE FOR CT CURRENT CALCULATION? PLEASE ANSWER.

1872


What is the important to identify special offers like free shipping before building an adwords campaign?

201


iam searching job on testing if u know any references are openings plz forward mee

1883


What is the main job of the arp?

373


How to change the background color of HTML document using JavaScript?

869


What version of windows do I have?

810


Define compaction in HBase?

164


what are sas/access and sas/connect? : Sas programming

956