Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 28566

What is the purpose of sharepoint?

1 15753

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

2631

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

8 34150

what is the collable collections in java?

2 12273

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

2 5950

Copy Linked List using recursive function?

2 7759

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

2 8145

What is size of Empty Class?

3 8013

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

4 8375

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

11 15868

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

2 5706

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

1 5940

What is design patterns in C++?

2 12995

How to use CMutex, CSemaphore in VC++ MFC

4739

Post New Persistent Interview Questions




Un-Answered Questions

compact tasks and types?

5


Is pl sql and postgresql same?

1059


What is go (golang) programming language?

1


How to set the reading order for paragraphs in a document?

3


Explain managing session state in windows azure?

523


what is the difference betweeen far pointer and near pointer

2230


What is difference between c++ and c ++ 14?

990


Which transistor is used in each cell of eprom?

874


I need to insert a record in a file using STRSQL containing the some field values same as an already existing record in that file.I know to smple insert mentioning those values one by one.But is there any another query can be prepared for the same .Please share the query if known to you. Thanks in advance.

2680


What is join point in spring?

424


PLEASE ANY ONE READ THIS MESSAGE ANSWER ME AT MY EMAIL ID surendrasaroj18@gmail.com sir i am prepairing for section engineer exam taken by railway my branch is chemical engineering i want previous paper of chemical engineering of section engineer exam taken by railway. please answer me as soon as possible thankyou

2057


Explain major differences between routing maintenance and major maintenance.

1054


What is jaxm messaging models?

634


Explain the difference between external subroutine and subprogram?

1127


Explain what are linq query expressions?

87