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 31094

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

8 17029

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

4 16309

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

2 7837

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 8546

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 6164

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

3 6939

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 8645

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

26 74373

how to make program without <> in library.

1 3313

Post New ADITI C Interview Questions




Un-Answered Questions

How to install requirejs?

1


Is vue better than angular?

377


How to implement a fourth order butter worth lp filter at 1 khz if sampling freuency is 8 khz?

473


Why pandas is used in python?

441


i m a B.E,passed out few yrs bak failed to find good job due to less marks now thinkin of a career as PHP developer. is it a lucarative field and wat r career prospects; hv heard dat initial salary is very less bout 6k also most jobs r contrct jobs.pls guide me need ur valuable advice.pls hellppp!! thnx..

1665






Explain the difference between "my" and "local" variable scope declarations. ?

555


What attracted you to Chevron?

674


how to calculate cooling requirement of datacentre from electrical load?

1854


Who developed ios?

439


What is a runt, Giant, and collision?

6123


How do know the number of browsers opened?

617


What is business area?

608


Define environment variable ?

236


What is the difference between swdd and swdd configuration?

402


What is the size of a decimal?

609