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 26414

What is the purpose of sharepoint?

1 14526

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

2238

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

8 32029

what is the collable collections in java?

2 11389

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

2 5135

Copy Linked List using recursive function?

2 6845

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

2 7164

What is size of Empty Class?

3 7061

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

4 7173

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

11 13390

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

2 4959

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

1 5305

What is design patterns in C++?

2 12148

How to use CMutex, CSemaphore in VC++ MFC

4327

Post New Persistent Interview Questions




Un-Answered Questions

Which xml parser comes with weblogic server 6.1? : BEA Weblogic

517


How is Absenteesim Calculated ?

1403


What method is used to draw an image using canvas?

418


What are plugins in the zend framework?

120


What is difference between dependent and independent data?

560






Explain the services component of android?

494


When pilot is assigned a speed, how much can one deviate from that speed?

653


What is the target set plan for distibutor...?

1583


Why should you be preferred over others?

683


How do I lock my toolbar?

502


How between chaining process works in pega? (Goal seek)?

176


Describe about the libraries of python?

499


What is spark job?

207


What is the definition of font size?

379


What is the big deal about ‘requirements’?

725