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



Programming Code Interview Questions
Questions Answers Views Company eMail

Code for Using Keyboard Events?

2594

Code for Working with Files under a Directory?

1 5400

How to Create Files by Using the FileInfo Class?

1 6249

Code for Reading and writing from a file?

IBM, Xoriant,

2708

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

Microsoft,

3670

Code for Method of Handling Factorials of Any Size?

2486

Code for Easily Using Hash Table?

3030

Code for Two Classes for Doing Gzip in Memory?

3262

Code for Small C++ Class to Transform Any Static Control into a Hyperlink Control?

Wipro,

3055

Code for Document Validation in XML.NET?

TCS,

2369

Code for a Simple Way to Write XML in .NET (XmlTextWriter)

1 4661

How to Bind Nested XML to a Repeater Control with Container.DataItem?

3634

Code for Presenting Parent/Child Data in a Data Grid Row?

TCS,

2552

Code for Communicating over Sockets?

2362

How to use a Multidimensional SAFEARRAY to pass data across from COM objects ?

Infosys,

1 6593


Un-Answered Questions { Programming Code }

A program that will create a movie seat reservation. The program will display the summary seats and its status. The user will be ask what seat no. to be reserved, then it will go back again to the summary to display the updated seat status. If the seat no. is already reserved then it will prompt an error message. And also if the input seat no is out of range then it will also prompt an error message. The program is continuously running. Termination of the program will depends on how the programmer will apply. Sample output: Movie Seats Reservation Summary of Seats: Seat 1: Available Seat 2: Available Seat 3: Available Seat 4: Available Seat 5: Available Enter seat no. (Press 0 to terminate Or the assigned seat capacity) : 1 Movie Seats Reservation Summary of Seats: Seat 1: Reserve Seat 2: Available Seat 3: Available Seat 4: Available Seat 5: Available Enter seat no. (Press 0 to terminate Or the assigned seat capacity) : 6 The Seat no. is out of range! Movie Seats Reservation Summary of Seats: Seat 1: Reserve Seat 2: Available Seat 3: Available Seat 4: Available Seat 5: Available Enter seat no. (Press 0 to terminate Or the assigned seat capacity) : 1 The Seat no. is already reserved! Movie Seats Reservation Summary of Seats: Seat 1: Reserve Seat 2: Available Seat 3: Available Seat 4: Available Seat 5: Available Enter seat no. (Press 0 to terminate Or the assigned seat capacity) : 0 GoodBye... Thank You!!!

2320


how to take time as input in the format (12:02:13) from user so that controls remains between these columns?

2270


How to Check if File Exists?

532


1.What happens to a session object when the browser associated with it is closed? 2. Explain what happens when a servlet is sent a POST request? 3. Why does only one copy of a servlet get created? 4. Explain what happens when a browser requests a servlet? (for the first time) 5.How is information stored in a session object?

2425


Design a timer circuit using VHDL which has the following: input : start_timer(ST) output: long_time(LT) short_time(ST) when the timer is triggered by the ST(either 0 or 1) signal the timer should generate two timing signals accordingly.While the long time is going ON the other should be OFF and vice versa.

2435


Write a Program to find the sum of digits of a given number until the sum becomes a single digit.

855


Can we run Applet in Web browser with security policy files

2567


Write a program to Print the Pascal triangle

833


how exactly is the lngColour used?

2160


what is runtime class?

2669


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

2521


write a simple calculator c program to perform addition, subtraction, mul and div.

3727


Write a function which accepts list of nouns as input parameter and return the same list in the plural form. Conditions: i) if last letter is r then append s ii) if word ends with y then replace it by ies iii) call this function in main() and produce the required output. for eg:- if chair is input it should give chairs as output.

4457


Bubble Sort. java thereafter the user will be asked to inpout the size of the list,sort the list in ascending order and display the sorted list in a horizontal manner???

2910


i really need help about this.. write a program to display the set of odd and even numbers separately. find the highest and lowest value of the given numbers.

2715