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 14527

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 32030

what is the collable collections in java?

2 11391

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

2 5136

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 13391

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

2 4961

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

4328

Post New Persistent Interview Questions




Un-Answered Questions

What Are the Main Features of SQL Azure?

95


How to perform double click action in selenium webdriver?

475


How do managed placements on the display network work?

5


What is the highest level of cohesion?

575


when i run start senario for different process it always completed at elapsed time 6.32 sec. i don't understand why it happens.. can we set elapsed time ? plz answer.... pratik196@gmail.com

1570






What are the different phases of the Activity life cycle in Android?

517


What are client activated objects?

554


What is a pointer how and when is it used?

574


What is pipe command in unix?

670


What happens when we submit a spark job?

226


How do you insert a table in a cell?

383


What are pre defined queries?

594


If I have three predefined prompts. In a report it will come randomly. How they will come in a specified format?

690


What is better than microsoft word?

329


How to detect clone code in visual studio?

593