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 26472

What is the purpose of sharepoint?

1 14554

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

2244

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

8 32073

what is the collable collections in java?

2 11414

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

2 5145

Copy Linked List using recursive function?

2 6855

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

2 7180

What is size of Empty Class?

3 7072

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

4 7195

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

11 13420

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

2 4968

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

1 5313

What is design patterns in C++?

2 12157

How to use CMutex, CSemaphore in VC++ MFC

4333

Post New Persistent Interview Questions




Un-Answered Questions

What is shear stress?

1


How to caluclate %w/v& %w/w ple give examples solids&liquids 10%NAOH W/W 10%W/V- 20%HCL W/W &W/V

2070


List some case manipulation functions in sql?

599


what is function of switch, and how is it work, explain with difination

1805


Hi everybody, This is Srinu,recently i got selected for a small comapny with sap b1 but i was new to the technology.I knew c#.net,asp.net,Sql server 2005.My question is what are the pre-required knowledge to learn SAP B1 please suggest me. Thanks & Regards.

1498






What are the different types of views and their definition?

594


What is the main purpose of $routeprovider in angularjs?

409


Do they have on demand flavor also?

5


What is a generic in c#?

509


What is the distance between body earthing and neutral earthing.?

4113


what is the reason of RDI alarm in microwave link?

4246


What is a partner profile? What are the types of partner profiles?

566


Why does jmssession.createtopic or jmssession.createqueue fail to create a destination in wls jms 6.1 (it worked in 5.1)? : BEA Weblogic

547


What is a tag selector in css?

296


Write a program to reverse a given number in c language?

623