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 72146

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

3 12817

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

6 16482

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

4 15676

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

3 29297

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

13 24223

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

2 17637

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

3 14113

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

21 38799

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

17 18993

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

6 17927

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

5 7907

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

1808

Please send previous kvb clerical exam model question papers

25 35872

who is the father of oracle and send chodd rules

4 17585

Post New ME Interview Questions




Un-Answered Questions

What to do when you don’t see all objects appearing on the admin site?

412


What is the role of Managed Metadata Service?

454


Explain me are you familiar with hipaa privacy and security rules? : insurance health

382


What is informed (heuristic) search strategies algorithm?

633


How does pipe operation writes the result to standard output in Apache Spark?

238






How does queue work in java?

616


Can any one send me the QTP Basic Coding Samples?

1710


What are maps in apex?

262


What are the benefits of ms access?

498


In Ruby, it explains about the defined operator?

5


Can treeset contain null?

574


how many types of viberation transmitter and how to calibrate and where use of vibration transmitter

1787


What is data type example?

645


What are the types of containers?

798


what is the difference between IE & Netscape in web testing on a log in page

1904