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...

C Interview Questions
Questions Answers Views Company eMail

how to find the kth smallest element in the given list of array elemnts.

Silicon,

8 24418

how to sort two array of characters and make a new array of characters.

Accenture,

1 5518

what is difference between ++(*p) and (*p)++

Accenture, HCL, IBM,

17 29246

what is difference between array of characters and string

Accenture, Nest,

18 48223

char ch=10;printf("%d",ch);what is the output

Accenture,

14 26259

char ch="{'H','I',0};printf("%s",ch);what is output

Accenture,

9 14072

which one is not preprocessor directive a)#if b)#elif c)#undef d)#pragma

Accenture, Infosys, TCS, Wipro,

16 25880

what will be the output: main(){char ch;int a=10;printf("%d",ch);}

Accenture, TCS, Wipro,

36 36274

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

Google,

6 12680

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

Google,

8 16787

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

Google,

3 12528

what is the hexidecimal number of 4100?

Google,

16 23828

give one ip, find out which contry

Google,

4 13449

What is C language Terminator?

TCS,

15 32831

program to find a smallest number in an array

Microsoft, Sony,

15 40174


Post New C Questions

Un-Answered Questions { C }

write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

3932


What is a void * in c?

1044


Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

1067


What is dangling pointer in c?

1166


Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

1057


What is restrict keyword in c?

1070


a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above

1087


What is data structure in c programming?

1048


What is a nested loop?

1092


What is integer constants?

1033


What is use of pointer?

1034


What are types of structure?

1079


Write a program to check prime number in c programming?

1051


What is the role of this pointer?

1012


Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.

1200