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 12762

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 8574

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 11402

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

4 7591

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.

1 1948

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

1 2688

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

1 2398

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

1 1951

will it allow to add same value in HashMap class.

1 2229

is try block possible without catch block?

3 6164

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

1 2143

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

1 2816

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

1 2270

how to avoid java script validation in client side validation?

2 4386

What should not contain a header file?

2 4951


Un-Answered Questions { Programming Languages }

Please send ford technologies placement paper 2 my mail id

2173


Write a program using while loop?

1114


How to add / link an images/css/javascript from a view in ci?

709


PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM

2256


How to create custom table using drupal module?

176


hi This is radhika.Can anyone help me to know the question papers of NATIONAL INFORMATICS CENTRE for the post of scientific officer/engineer? if anyone know plz tell me question paper pattern

2170


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2734


What is the latest version on c++?

1205


How to Determine the last access time of a given file ?

1833


hi send me sample aptitude papers of cts?

2248


How to Change the owner of a component at runtime ?

1926


How to read a 10gb (or larger) file size in python?

886


Does Kotlin provide any additional functionalities for standard Java packages or standard Java classes?

247


What is current stable version of laravel?

862


ATM machine and railway reservation class/object diagram

5332