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 72147

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

3 12818

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

6 16483

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 24224

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

2 17638

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

3 14114

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

21 38800

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

17 18994

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

6 17927

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 8454

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

2 3376

Post New ME C Interview Questions




Un-Answered Questions

What does a clone stamp tool do?

23


Why are meta tags important?

546


Name the four most important components of a Freon refrigeration system.

1579


What are the 3 types of tables in sap? : abap data dictionary

738


How do I fix outlook problems?

1






What is xml data binding?

572


Should slurry pipes be sloped during horizontal runs?

711


Where to use Property Let, Property Get, Property Set in UFT

465


What is the use of OLE?

2114


What is the first element in the androidmanifest file, right after the encoding declaration?

541


What is Tnsnames.ora? 

1192


What is the syntax and use of the coalesce function?

711


what is account reconcillation

1783


Explain few disadvantages of response caching?

402


Briefly describe about dosage and route of administration, which make a substance antigenic.

235