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

ADITI C Interview Questions
Questions Answers Views Company eMail

What is the output of the program given below #include main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }

21 31209

What is the output of the following program #include main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }

8 17052

What is the memory allocated by the following definition ? int (*x)[10];

4 16340

What is the memory allocated by the following definition ? int (*x)();

2 7846

What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }

4 8572

Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }

2 6173

#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }

3 6953

What is the output for the following program #include main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }

5 8672

write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)

26 74432

how to make program without <> in library.

1 3319

Post New ADITI C Interview Questions




Un-Answered Questions

Does .NET runtime offer Deterministic Destruction or not?

594


Which cluster configuration is preferred?

547


What is delegation in oops?

514


How to calculate concret slab? W l t(4mts*5*2fts) ratio m25 grade pls tell me procedure

1764


How do I run a command prompt as administrator?

497






Can Tableau be installed on Mac OS?

423


How the velocity of sprint is measured?

5


What is explain security testing?

714


On the notification initial screen we select the notification type using iw21 t code. Is there any t code using which we can skip the initial screen and directly open the notification main screen?

514


How can a user modify the db subnet cluster of the db instance?

108


Explain about basics of rational robot - ibm test automation tool?

537


Define closed loop control system.

643


Define what is the conductivity of perfect dielectric?

624


What is difference between pointer and reference?

502


Why php was called as personal home page?

538