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 27137

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

2316

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

8 32570

what is the collable collections in java?

2 11631

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

2 5315

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 7408

What is size of Empty Class?

3 7253

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 14065

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

2 5130

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

1 5456

What is design patterns in C++?

2 12369

How to use CMutex, CSemaphore in VC++ MFC

4425

Post New Persistent Interview Questions




Un-Answered Questions

Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?

673


Will Uber cause city congestion?

216


What is the central scheduling calendar?

1


Can you create your own sps for system wise?

591


What do you mean by dimensional modeling and relational modeling? Which one do you use in dw? Why?

614






How does xaml relate to biztalk/.net? : xaml

647


Where normally afd's are stored?

591


Sql server reporting services vs. Crystal reports.

108


Can I run exe files on windows tablet?

553


A project is considered successful when: A. The product of the project has been manufactured. B. The project sponsor announces the completion of the project. C. The product of the project is turned over to the operations area to handle the ongoing aspects of the project. D. The project meets or exceeds the expectations of the stakeholders.

720


Where is average function in excel?

369


what is meant by safety upper limit and safety lower limit in all the deltas tell me one by one for time stamp, calender day and numberic pointer?

1217


What is csrf_field () in laravel?

451


.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

2140


How can you expose a property ?

255