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 69649

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

3 12447

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

6 15894

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

4 15243

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

3 28596

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

13 23203

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

2 17321

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

3 13635

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

21 37307

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

17 17875

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

6 17284

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

5 7561

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

1690

Please send previous kvb clerical exam model question papers

25 34307

who is the father of oracle and send chodd rules

4 17237

Post New ME Interview Questions




Un-Answered Questions

What is an interface?

588


Can a Structure contain a Pointer to itself?

601


what things are suitable for investigatory project?

2243


What is the difference between struct and typedef struct in c?

634


What steps have you taken to link these divers to your team's compensation?

1208






What are the different strategies for rollout to end users?

705


what is the difference between future and callable interface in java?

587


What is split function in php?

498


Find all occurrences of a substring in Python

512


What is lexical ambiguity?

491


Give the IUPAC name for [Co(NH3)5Cl] SO4

590


What are keywords?

54


How many rows and columns are there in ms excel 2003?

291


What are three key traits a dental assistant needs to have?

1681


How to move modifications from dev instance to Test and Prod instance?

3