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

advance the focus to next consecutive fields when Enter Key is pressed

TCS,

2253

how to get the User's Time of Day

HCL,

2115

write a program to detect the user's browser ?

Infosys,

1 2772

how to pass data between pages using Frames

2713

how to convert between arrays and strings

2766

validation code / function to allow only NUmbers in a text box

GE,

3 11395

how to transform XML Data into HTML

2368

How to block double clicks

2105

program to show a progress bar

Infosys,

2616

code to positioning of window in certain dimensions

2115

sample code to auto focusing the first field in a form

Wipro,

2462

how to pass data between pages using URLs

Symantec,

1 3736

how to pass data between pages using Cookies

2443

how to create an anonymous function

2130

how to create a Draggable element

TCS,

2418


Un-Answered Questions { Code Snippets }

What is the output when we execute list(“hello”)?

1010


can you use proc sql to manpulate a data set or would u prefer to use proc report ? if so why ? make up an example and explain in detail

3001


Create a ViewState Property?

2701


What are the special characters used in XML?

603


What is data _null_? ,Explain with code when u need to use it in data step programming ?

3344


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

3370


program for straight line(y=mx+c)

6001


How we work on N tire architecture in asp.net Please give me Examle...

17990


what are the other loops except for for,while,do while and until?

2845


I need your help, i need a Turbo C code for this problem.. hope u'll help me guys.? Your program will have a 3x3 array. The user will input the sum of each row and each column. Then the user will input 3 values and store them anywhere, or any location or index, temporarily in the array. Your program will supply the remaining six (6) values and determine the exact location of each value in the array. Example: Input: Sum of row 1: 6 Sum of row 2: 15 Sum of row 3: 24 Sum of column 1: 12 Sum of column 2: 15 Sum of column 3: 18 Value 1: 3 Value 2: 5 Value 3: 6 Output: Sum of Row 1 2 3 6 4 5 6 15 7 8 9 24 Sum of Column 12 15 18 Note: Your program will not necessary sort the walues in the array Thanks..

3316


how to test pierrot divisor

2763


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


write a program in java to find the moving average of all prime numbers between 2 and 100.

4040


Explain MIDlet Life cycle?

2769


Write a python program to check if a number is a strong number?

857