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 79704

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

3 13963

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

6 18094

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

4 16795

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

3 30847

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

13 27283

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

2 18564

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

3 15076

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

21 43792

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

17 22653

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

6 19496

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 9133

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

2 4025

Post New ME C Interview Questions




Un-Answered Questions

Can any one plz help me to find aptitude questions on UG.NX software??

1858


What is the alpha check execution program?

2180


On which types of the component can we create a custom directive?

823


How do you read parameters passed in the web dynpro url?

316


How can you close the second opened browser?

1361


what is maxdna ?. explain about the software details.

4334


If we say that bms length of field = 0, then what does that mean?

1218


What is the difference between drupal and joomla?explain

92


write a program for sorting of all students records in a class according to roll no. using ADO and corresponding database.

1919


What happens when quarks and anti-quarks collide?

1041


What is the use of dagger?

849


Explain logical operators in python?

868


Explain in details security in SQL azure?

121


How do we sync and deploy configurational files and updates across multiple deployment servers in a large multi layered clustered?

220


How do you create a multiplication formula in excel?

603