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



Code Snippets Interview Questions
Questions Answers Views Company eMail

Give coding for Implementing a Fixed GridView Header in ASP.NET?

1 8832

How to Create Scrollable Micro Windows?

2 5197

Coding for Synchronizing Cache Access in ASP.NET?

3644

How to Export Data to Excel?

Eastcom Systems,

4 10526

Give coding for Exception Handling Techniques in ASP.NET?

Microsoft,

3 9801

Coding for .NET Delegates?

2552

Code for IP Address Comparison and Conversion in C#?

4474

Code for Sending E-Mail with System.Web.Mail?

2 7736

Code for Getting Information About A File?

1 5275

Code for Using Keyboard Events?

2597

Code for Working with Files under a Directory?

1 5403

How to Create Files by Using the FileInfo Class?

1 6251

Code for Reading and writing from a file?

IBM, Xoriant,

2710

How to Split Strings with Regex in Managed C++ Applications?

Microsoft,

3672

Code for Method of Handling Factorials of Any Size?

2486


Un-Answered Questions { Code Snippets }

Can we run Applet in Web browser with security policy files

2569


Definition of priority queue was given. We have to implement the priority queue using array of pointers with the priorities given in the range 1..n. The array could be accessed using the variable top. The list corresponding to the array elements contains the items having the priority as the array index. Adding an item would require changing the value of top if it has higher priority than top. Extracting an item would require deleting the first element from the corresponding queue. The following class was given: class PriorityQueue { int *Data[100]; int top; public: void put(int item, int priority); // inserts the item with the given priority. int get(int priority); // extract the element with the given priority. int count(); // returns the total elements in the priority queue. int isEmpty(); // check whether the priority queue is empty or not. }; We had to implement all these class functions.

4949


What is the functionality of FindWindow?

574


write a program that reverses the input number of n.Formulate an equation to come up with the answer.

7685


How to palindrom string in c language?

11100


Create a ViewState Property?

2702


write a java program to create a Frame with three scrolls, change the back ground color of the frame using functions with values of scrolls.

4662


What is a well formed XML document?

543


Hi, I want the code to fetch multiple rows in REXX using RLX and CURSOR. Can anyone help me?

2398


What are XML Namespaces?

586


Devise a program to implement the Fibonacci sequence.

919


Coding for Synchronizing Cache Access in ASP.NET?

3644


write a program using virtual function to find the transposing of a square matrix?

3372


Write a python program to find the second largest number in a list?

902


What is 301 redirects in php? When are we used 301 redirects in our projects?

2415