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 30940

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

8 16919

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

4 16264

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

2 7807

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 8487

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 6133

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

3 6865

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 8598

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

26 74216

how to make program without <> in library.

1 3292

Post New ADITI C Interview Questions




Un-Answered Questions

What is timestamp in mysql?

532


What are the components of struts?

535


hey friend...I want some question of mobile testing. which are asking in interview..if any one have question paper then please sen dme on "ashiyar@gmail.com". I will very thankfull to those person who will give me some thing......Thanks.

1796


Can we have multiple index on a table?

434


How do I create a cross reference in word 2016?

353






What are fragments?

175


Interest earned on investments is an__________

1672


When was React first released?

172


Expand---------OST

1703


how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?

1288


What is the splitting of cells called?

301


What is the difference in accounting and marketing?

606


Memory managment technique in j2me

1693


What is show me feature in tableau?

161


Give examples for standard output types in sd.

618