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 70045

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

3 12530

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

6 16010

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

4 15305

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

3 28748

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

13 23381

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

2 17375

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

3 13736

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

21 37617

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

17 18087

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

6 17410

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 8267

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

2 3204

Post New ME C Interview Questions




Un-Answered Questions

How do I install a font?

318


What are tlds in java?

485


What is the difference between row level and statement level trigger?

526


Why did you changed your career from Hotel Management to MBA in HR ?

1791


What is file explorer called in windows 10?

471






How bjt can be used as an amplifier.

616


Are you ready to work in rural place?

645


can you publish and schedule book in tableau server?

191


What are the events in classical reports?

630


What Is Amazon Sqs In Cloud Computing?

126


How would you test your element locator?

497


What is a dunning procedure? : fi- accounts receivable

641


What is work queue – internal in blue prism?

112


Name the different creational patterns in object oriented design?

566


Is it possible to change the color of the bullet?

468