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

Persistent Interview Questions
Questions Answers Views Company eMail

main( ) { static int a[ ] = {0,1,2,3,4}; int *p[ ] = {a,a+1,a+2,a+3,a+4}; int **ptr = p; ptr++; printf(“\n %d %d %d”, ptr-p, *ptr-a, **ptr); *ptr++; printf(“\n %d %d %d”, ptr-p, *ptr-a, **ptr); *++ptr; printf(“\n %d %d %d”, ptr-p, *ptr-a, **ptr); ++*ptr; printf(“\n %d %d %d”, ptr-p, *ptr-a, **ptr); }

2 28974

What is the purpose of sharepoint?

1 15973

There are three bucket...Apple,Orange and Apple+Orange....On each Bucket one of the following labels are there..'A','O','A+O'...all this labels are not correctly patched on Bucket..identify which bucket contains What? You can not see bucket..u can pick any number of fruit from any basket...???

2739

How to make a method thread safe without using synchronized keyword?

8 34800

what is the collable collections in java?

2 12496

which is the easy way to divide any integer by 2?

2 6162

Copy Linked List using recursive function?

2 8026

If there are 1 to 100 Numbers in array of 101 elements. Which is the easy way to find repeated number?

2 8438

What is size of Empty Class?

3 8293

Generally variables are stored in heap memory. When he variables are created in stack?

4 8729

How much is size of struct having 1 char & 1 integer?

11 16637

They will ask u question about single linked list?. Write Code for to insert delete node.

2 5905

if there is binary tree which one is the easiest way to delete all child node?

1 6114

What is design patterns in C++?

2 13216

How to use CMutex, CSemaphore in VC++ MFC

4835

Post New Persistent Interview Questions




Un-Answered Questions

Compare Hadoop and Spark?

341


What is an iis worker process?

1065


Explain the Different materials for different clothes?

5


Which is an advantage of application service providers?

960


How do you clear an arraylist in java?

1022


Whether it is possible to share a single instance of a memcache between multiple php projects?

1064


Explain various cabling techniques used in IEEE 802.3 standard.

2257


An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

1227


Define object spy ?

1072


What is jsf life cycle and its phases?

121


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

1528


What is the difference between Splunk apps and add-ons?

269


What is the shortcut key to increase the font size in excel?

706


What is the boxing and unboxing in c#?

942


Does stringutils isempty check for null?

860