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

What is the difference between constant pointer and pointer to a constant. Give examples.

TCS,

4 12504

what is the output of the following program? main() { int c[]={2,8,3,4,4,6,7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf("%d",*c); ++q; } for(j=0;j<5;j++) { printf("%d",*p); ++p; } }

4 8345

what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }

7 11108

In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?

4 7336

without selecting individually each field in Action Class from jsp,what is the best process to select as many as field at a time automatically from jsp page by using value object class.

1871

is it acceptable if we declare multiple exceptions in same overridden method.

2612

How to merge Action Form with Dyna Action Form in Struts.

2317

Which method protects back button to retrieve old value from previous page in Struts.

1863

will it allow to add same value in HashMap class.

2137

is try block possible without catch block?

3 5966

how do i add a column dynamically in a table by using java application?

2035

how do i create my own exception class which will restrict IO exception?

2747

what is best way to create a Thread class & why?

2163

how to avoid java script validation in client side validation?

2 4245

What should not contain a header file?

2 4795


Un-Answered Questions { Programming Languages }

Describe how arrays can be passed to a user defined function

1297


What is the function of inheritance in delphi?

883


What is a ‘Scala map’?

7


what are the advantages of sap on other software ?

2167


What are option, some and none in scala?

7


Why do arrays have a 0 in it?

871


Explain the difference between #include "..." And #include <...> In c?

1033


What is interface in oop?

1133


Will I be able to get a picture in D drive to the c++ program? If so, help me out?

2199


Where can we obtain the help file for the VtChart component?

2852


What are the popular JVM Languages available now?

7


Is a web site on WordPress secure?

168


How do I login as an administrator?

154


What is basic codeigniter url structure?

714


What are the built-in types of python?

880