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 69655

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

3 12448

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

6 15894

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

4 15243

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

3 28598

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

13 23205

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

2 17330

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

3 13638

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

21 37312

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

17 17888

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

6 17285

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 8231

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

2 3172

Post New ME C Interview Questions




Un-Answered Questions

what are factless facts? And in which scenario will you use such kinds of fact tables.

1296


How do I edit page source?

106


What is the main use of spring batch framework?

147


what is the method for seperartion of spheroplasts?

1623


How do I stop windows explorer from crashing?

407






What are the types of tables in database?

473


What do you understand by index hunting?

655


Define the term account planning?

550


plz send me a solved paper on SBI of clerk post

1819


Where is session id stored?

506


Tell me what has triggered the need for multitasking in pcs?

523


Explain how to do validations in escripts and in configuration?

500


What is a response cookie?

599


over all details about tax what is mean by headge fund and detail explanation?

1758


What is grading?

1