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

what is an ERP?

Infotech,

2 4308

hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a

1 3514

Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(c); }

Subex,

4 10985

wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }

2 6109

Find the O/p of the following struct node { char *name; int num; }; int main() { struct node s1={"Harry",1331}; struct node s2=s1; if(s1==s2) printf("Same"); else printf("Diff"); }

1 5093

wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }

2 6377

wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }

3 8707

Write a program to print distinct words in an input along with their count in input in decreasing order of their count..

1 13253

write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.

iGate, Shashi, Source Bits, Subex,

1 10108

write a program to convert a expression in polish notation (postfix) to inline (normal)

Siemens,

2531

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? Upload a C program to demonstrate the behaviour of the game.

2 4320

What is period operator in c?

Wipro,

3 15290

What is a memory leak in structures? How can we rectify that?

2 12757

sir i got 146 correct question & i have also the advantage of height so will they consider my marks as 146+3=149.can any body tell me how they consider my height marks.

1 3258

int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(ā€œ%dā€,*(*(x+1)+3));

Wipro,

2 4891


Post New C Questions

Un-Answered Questions { C }

Explain how does free() know explain how much memory to release?

1023


How can this be legal c?

1055


GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

1844


What is the advantage of using #define to declare a constant?

1049


Write a program to print factorial of given number using recursion?

969


What are the types of type specifiers?

991


write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1

3873


Explain how can I read and write comma-delimited text?

1123


Where does the name "C" come from, anyway?

1097


What is sizeof return in c?

999


What is the most efficient way to count the number of bits which are set in an integer?

1016


What is the use of gets and puts?

991


Explain void pointer?

989


how can I convert a string to a number?

1043


Give differences between - new and malloc() , delete and free() ?

1056