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 31773

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

8 17331

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

4 16505

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

2 7954

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 8713

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 6273

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

3 7090

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 8854

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

26 75129

how to make program without <> in library.

1 3370

Post New ADITI C Interview Questions




Un-Answered Questions

How do I group data in excel?

346


what is information maps?

1657


Explain the difference between malloc() and calloc() in c?

615


What is the database used for android platform?

545


Define all over design?

1






How does the steam work in a steam turbine?

1899


Explain HCatLoader APIs?

5


How do you reverse a word in java?

562


please give the remaining answers.

1783


What do you mean by hash table?

584


What is latest version of mysql?

533


Does django use javascript?

273


What do you mean by Unit Testing, Integration Testing, System Testing, and User Acceptance Testing and when do you do them?

7162


What is immuno suppression?

189


What is mq?

548