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 Interview Questions
Questions Answers Views Company eMail

how many header file is in C language ?

44 69437

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

3 12417

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

6 15846

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

4 15191

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

3 28535

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

13 23081

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

2 17287

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

3 13597

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

21 37164

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

17 17806

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

6 17213

Why we have to write test cases?.any specific reasons......

5 7517

hi i done IBM AS/400 course .....i want to certification any one can information about that and material of soft copy for that....please its urgent

1677

Please send previous kvb clerical exam model question papers

25 34144

who is the father of oracle and send chodd rules

4 17198

Post New ME Interview Questions




Un-Answered Questions

What is hibernate mapping?

139


Explain the use of indexes option in exp command.

563


Which design patterns have you used in your project ?

551


What are the types of windows in computer?

421


How objects are stored in java?

529






Explain 0record mode?

492


Where is the image located, after youve placed it on the report?

638


What is acsr cable and where we use it?

679


Some images look different when synced to the device and read programmatically. Do decoders change these?

529


what is the difference between two and three-tier architectures?

439


What is the purpose of a setting tank?

1583


What are applications areas of data mining?

37


What are basics of policy management?

584


What do you mean by streaming media?

568


What are some other signature schemes ?

2095