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

ME C Interview Questions
Questions Answers Views Company eMail

how many header file is in C language ?

44 79418

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

3 13919

main() { clrscr(); } clrscr();

6 18037

enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }

4 16762

void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }

3 30798

main() { int i=400,j=300; printf("%d..%d"); }

13 27220

main() { char *p; p="Hello"; printf("%c\n",*&*p); }

2 18533

main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }

3 15043

void main() { int i=5; printf("%d",i++ + ++i); }

21 43649

void main() { int i=5; printf("%d",i+++++i); }

17 22524

#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }

6 19436

Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?

2 9102

int i=0,j; j=++i + ++i ++i; printf(" %d",j);

2 4003

Post New ME C Interview Questions




Un-Answered Questions

What are acounting Pi electron's?

2297


Basic methods for opening a popup window using javascript?

918


Explain how do you use glyphicons in bootstrap?

1


What are the advantages of inversion of control?

377


Explain redo statement in Ruby?

5


What are the items that are to be debited in accounting and what are the items that are to be credited in accounting?

1176


What is an old style font?

537


Explain the difference between 'between' & 'and' operators in sql

949


do you know anyone who works with videocon?

1139


Explain the before an audit processes?

1206


How do I verify data in excel?

621


What is the usage of DelegatingHandler?

1019


Explain command to view process running?

1073


What is the jdbc configurations ?

1996


Suppose that American Express has 1 million card members along with their transaction details. They also have 10,000 restaurants and 1000 food coupons. Suggest a method which can be used to pass the food coupons to users given that some users have already received the food coupons so far.

293