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 81000

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

3 14091

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

6 18323

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

4 16960

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

3 30994

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

13 27718

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

2 18679

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

3 15208

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

21 44500

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

17 23128

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

6 19728

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 9243

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

2 4129

Post New ME C Interview Questions




Un-Answered Questions

What is ant command to generated your own website?

5


Explain differences between new() and delete()?

1103


Is it true that in the 3 phase transformer, the limbs of the core are at 45 dgrees to each other. if true, why?

2062


what is debenture

2330


What is service broker?

1005


Difference between file listener and connect file?

589


What is key preserved table?

1021


A meteor that reaches the surface of the earth is more accurately called a?

104


What is interceptor in angular?

789


What is the python decorator?

840


What is the critical speed. Compare the critical speed of hollw shaft and solid shaft.

2635


Explain the concept of aop.

834


Mention what is the difference between stock transport order and stock transfer order?

1089


Why isnt there a numbered, multi-level break statement to break out

1057


Filtering can be done with ?

1120