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 69733

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

3 12479

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

6 15908

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

4 15249

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

3 28620

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

13 23239

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

2 17341

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

3 13661

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

21 37374

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

17 17921

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

6 17309

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 8238

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

2 3180

Post New ME C Interview Questions




Un-Answered Questions

What do you mean by hash function?

498


How do you track your progress in a sprint?

1


Is it possible to get the full payment on cancelling the new policy in free look period? : insurance sales

317


What is the difference between a private assembly and a shared assembly?

546


What is rpa in simple terms?

1






What is the difference between TRUNCATE and DROP?

623


while working struts in intellij 7.0error unable to initialize tld location cache: zip file is closed is displayed anybdy can answer me immdialy .ungert

2044


What do you mean by multithreading?

626


In what format is the conversational data written to the disk?

505


Explain the glass box testing?

656


EXPLAIN THE WORKING OF SERIES REACTOR IN HT CAPACITOR BANKS (FOR VOLTAGES & CURRENTS)

7544


What is the use of rows per commit?

494


how to differentiate a mpcb,mcb with a contactor? Explain their working operation

1643


What are the different classes through which JDBC represents statements?

503


When should a type cast not be used?

618