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 69746

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

3 12482

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

6 15910

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

4 15251

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

3 28626

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

13 23255

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

2 17343

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

3 13663

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

21 37388

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

17 17925

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

6 17319

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

5 7591

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

1696

Please send previous kvb clerical exam model question papers

25 34418

who is the father of oracle and send chodd rules

4 17261

Post New ME Interview Questions




Un-Answered Questions

What are the Benefits Of Distributed Applications?

5


What do you know about Master Data & Transaction Info Package?

522


If you are using c language to implement the heterogeneous linked list, what pointer type should be used?

622


What is debugging? How you debug your script?

602


My question is. How many types of REGISTER? and define its all types of REGISTER? plzzz

1758






What is a parameter in tableau? And how it works?

176


List advantages and disadvantages of dynamic memory allocation vs. static memory allocation.?

681


How pm module is integrated with ehs module?

662


What is the procedure to take modvat and its form number

2062


On what basis you can arrive at an estimation for your project?

551


What do you mean by sap crm sales?

492


What are the different types of APIs available in Node.js?

301


In which area will you utilize 88 level items in cobol?

708


Why is it called c++?

577


What is a pointer in c plus plus?

684