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 27149

What is the purpose of sharepoint?

1 14740

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

2317

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

8 32572

what is the collable collections in java?

2 11633

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

2 5319

Copy Linked List using recursive function?

2 7024

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

2 7409

What is size of Empty Class?

3 7257

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

4 7513

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

11 14079

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

2 5131

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

1 5457

What is design patterns in C++?

2 12372

How to use CMutex, CSemaphore in VC++ MFC

4426

Post New Persistent Interview Questions




Un-Answered Questions

Describe the role of http.sys in iis?

574


A good op-amp has A Very high bandwidth B Narrow bandwidth C High selectivity D All of these

1605


Where can I find info, frameworks and example source for writing a JDBC driver?

599


Expand--------OTA

1801


Why References are stored on heap and variables on stack?

592






How many types of repos are available in international market when classified with regard to maturity of underline security, pricing, terms of repo etc.?

656


what is the significance of line of action in gear?

1660


What are the advantages of using asynchronous communication?

308


How can you relate call centers to bpo?

828


What are the Advantages of java se 8 new features?

611


Write a code to find the average amount for all your opportunities by campaign?

258


effect of temperature on stainless steel,aluminized steel,chromium at (500C-750C)-required for project work on silencer 1.thermal conductivity 2.heat conduction 3.mechanical strength 4.temperature to weight ratio urgent

1542


How do you analyze data in excel?

361


What are stateless components in reactjs?

209


Does python have class?

465