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...



Programming Languages Interview Questions
Questions Answers Views Company eMail

Write a program to compare two strings without using the strcmp() function

Accenture, Arba Minch University,

42 129041

what is the difference between const char *p, char const *p, const char* const p

Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,

5 51161

Write a program to interchange two variables without using the third variable?

Accenture, College School Exams Tests, Infotech,

17 42005

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

ADITI, Student, TCS,

21 37361

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

ADITI, Adobe,

8 20014

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

ADITI, Wipro,

4 18194

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

ADITI,

2 8926

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

ADITI,

4 10430

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); }

ADITI,

2 7310

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

ADITI,

3 8597

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); }

ADITI, Wipro,

5 10724

How can you quickly find the number of elements stored in a a) static array b) dynamic array ?

Lucent,

5 14747

How can you find the nodes with repetetive data in a linked list?

Lucent,

1 8609

Why is it difficult to store linked list in an array?

Infosys, Lucent,

6 23384

How do you format and output a number with leading zero's?

3 25732


Un-Answered Questions { Programming Languages }

What are different types of pointers?

1075


How do you set module name, controller name, and action name in zend framework?

191


How are strings stored in c?

1021


How do you use inheritance in unity?

1082


what is delegate and how works delegate and event.

2215


Where are wordpress themes stored?

167


List the issue that the auto_ptr object handles?

1026


What is the basic function to search files for lines (or other units of text) that contain a pattern.

994


How can you removed from array in ruby?

5


What is a variable cost example?

1039


Where are activex controls stored?

753


What is monkey Patching in python?

974


What is the meaning of 2d in c?

1127


How to configure database in django?

464


Why php is sometimes called as embedded scripting language?

952