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 26399

What is the purpose of sharepoint?

1 14510

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

2232

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

8 32022

what is the collable collections in java?

2 11387

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

2 5124

Copy Linked List using recursive function?

2 6837

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

2 7157

What is size of Empty Class?

3 7051

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

4 7166

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

11 13363

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

2 4951

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

1 5296

What is design patterns in C++?

2 12134

How to use CMutex, CSemaphore in VC++ MFC

4324

Post New Persistent Interview Questions




Un-Answered Questions

What is the default isolation level in sql server? : Transact sql

562


What is an inbound and outbound link?

460


Do black holes exist in reality?

121


What is spring batch admin?

149


what is information maps?

1606






State the difference between a library and a list?

287


what are the main configuration parameters that user need to specify to run Mapreduce Job ?

365


What is the use of temp drive in vm?

280


Why does php need server?

517


What is vapour flooding and liquid floodin in distillation?

1178


How is master data different from transaction data?

628


Why emitter is always forward biased?

666


how to configure credential store in ogg 12c?

5


Is DES a group ?

1457


How many rows can an access table hold?

418