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 27579

What is the purpose of sharepoint?

1 14944

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

2384

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

8 32865

what is the collable collections in java?

2 11750

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

2 5440

Copy Linked List using recursive function?

2 7161

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

2 7544

What is size of Empty Class?

3 7398

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

4 7671

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

11 14380

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

2 5241

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

1 5540

What is design patterns in C++?

2 12488

How to use CMutex, CSemaphore in VC++ MFC

4483

Post New Persistent Interview Questions




Un-Answered Questions

Explain the difference in record set and dataset?

629


what is trapdoor and how does it works?

1643


Why we use linux id in android?

713


How do I align text in a table in word?

404


Is ado.net dead?

678






What are the items of start menu?

621


How do you jump slides in powerpoint?

160


Is apple a linux or unix?

574


if the server has slow how to check the server performance? How to check server performance what is the procedure?

1577


On what basis does the negotiation about a product takes place?

813


how to remove all dtddwrappers and labels on zend form elements?

159


Is linux important to learn?

543


What does database administrator do?

353


What do you mean by KG and KGS in Diesel Engine

5751


What are the cascade types in hibernate?

235