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 69850

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

3 12494

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

6 15936

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

4 15258

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

3 28662

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

13 23277

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

2 17349

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

3 13687

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

21 37439

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

17 17971

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

6 17336

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 8248

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

2 3188

Post New ME C Interview Questions




Un-Answered Questions

What is define directive?

634


write test case for pen cap if it is not present?

2101


What do you mean by jstl?

529


What is the difference between xml sitemap & html sitemap?

442


What do you think which marketing strategy is the best?

174






What is heap with example?

517


Describe the compilation process for .net code?

606


In the design of a large inverter, why do we prefer to connect small transistors in parallel (thus increasing effective width) rather than lay out one transistor with large width?

688


Can you tell some important benefits that users can have from the slt replication in sap hana? : hana administration

48


What is the application of iot in environmental monitoring?

1


What are the exceptions available in android?

504


Why is sessionfactory thread safe?

215


What happens if your atom feed fails the validation?

445


where you wand to go in your weekend

1901


What tools are required to analyze vuser run results?

599