Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 36660

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

8 19727

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

4 17965

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

2 8811

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 10196

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 7166

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

3 8440

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 10504

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

26 80311

how to make program without <> in library.

1 4259

Post New ADITI C Interview Questions




Un-Answered Questions

Do you know what are the common telemarketing fraud? : insurance cold calling

548


What is the Runwith Elivated Privilliages?

772


Explain accumulators in apache spark.

2060


What is the bowing depth after stressing of PSC Girder of various spans and various dia of strands?

2242


Why did you choose the Software Testing Field?

2104


operation

1833


Which namespaces are used for data access?

1126


Which steps in Procurement to Pay process does FI documents get created.

2060


What is a synonym? What are its various types?

1047


How to determine the week number of a given day in the year?

1674


Which dialog boxes are supported in android?

891


What is android 4.0 called?

874


How long does it take for rss feed to update?

796


Is robotic automation platform of blue prism auditable and verified?

501


What is a char in c?

938