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 26309

What is the purpose of sharepoint?

1 14485

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

2223

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

8 31981

what is the collable collections in java?

2 11366

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

2 5111

Copy Linked List using recursive function?

2 6817

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

2 7140

What is size of Empty Class?

3 7034

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

4 7144

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

11 13327

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

2 4934

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

1 5284

What is design patterns in C++?

2 12117

How to use CMutex, CSemaphore in VC++ MFC

4314

Post New Persistent Interview Questions




Un-Answered Questions

What is distributed copy (distcp)?

250


What causes salinization of soil? : soil science

558


How to create a stored function in oracle?

572


Are there any kind of people you can't work with?

777


If you are using 10 firefighter ids at a time? How will the log reports goes to controller?

380






Hi Freinds, Any body is wotking as System Administrator, Please mail me rakesh.kesh881@gmail.com

1735


Explain the use of log option in exp command.

524


How many maximum slots we can use in ESMA card?

1570


H.t motor 6600 volt to same motor lt supply 440volt supply applyed to h.t motor to effect....

1456


Tell me The reason for not selecting other departments?

661


What is @injectmock?

505


Is singleton class immutable?

528


What are xml attributes? Explain with an example.

477


1)How to check tablespace utilization? 2)what are the RMAN CLONING STEPS? 3)what is standby database? 4)what is difference between standalone database and target database? 5)How to backup the standalone database? 6)tell about the ubgrade steps? 7)How to apply the pathes?

1806


Can you tell me how to check whether a linked list is circular?

749