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 27478

What is the purpose of sharepoint?

1 14903

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

2356

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

8 32773

what is the collable collections in java?

2 11721

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

2 5399

Copy Linked List using recursive function?

2 7117

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

2 7501

What is size of Empty Class?

3 7354

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

4 7615

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

11 14299

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

2 5205

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

1 5510

What is design patterns in C++?

2 12442

How to use CMutex, CSemaphore in VC++ MFC

4468

Post New Persistent Interview Questions




Un-Answered Questions

What is enum data type?

599


Is c# static or dynamic?

640


What is the div tag?

575


1.How can you Pick Integration Test Cases? 2.When will you start Regression Testing? 3.What is the difference between QA & QC? 4.When Will you Exit In Testing? 5.Test Deliverable's 6.What is the difference between windows based appln and web based appln? 7.What are the types of regression testing?

4674


What motivates you to work at Capital One?

923






What are drawbacks of singleton class?

647


What is database client?

673


Why you use groovy?

5


What is xhtml modularization? Why xhtml modularization?

585


Why do not you use gnu autoconf or scons for building?

657


What does it cost to upgrade to windows 10?

517


What are xml technologies?

572


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

2434


How do I see what services are running in linux?

563


What is the procedure to add an event handler in managed code?

1