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,

2322

how to get the User's Time of Day

HCL,

2181

write a program to detect the user's browser ?

Infosys,

1 2872

how to pass data between pages using Frames

2787

how to convert between arrays and strings

2890

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

GE,

3 11545

how to transform XML Data into HTML

2452

How to block double clicks

2180

program to show a progress bar

Infosys,

2681

code to positioning of window in certain dimensions

2178

sample code to auto focusing the first field in a form

Wipro,

2556

how to pass data between pages using URLs

Symantec,

1 3845

how to pass data between pages using Cookies

2522

how to create an anonymous function

2230

how to create a Draggable element

TCS,

2497


Un-Answered Questions { Code Snippets }

How do you verify if the two sentences/phrases input is an anagram using predefined functions in string.h and by using arrays?

2613


What are the special characters used in XML?

653


Is there any static classes are in java give some examples

2189


Code for Two Classes for Doing Gzip in Memory?

3319


A suduco given & u hv 2 check if it is incomplete(blanks left),or correct or incorrect

2945


iam getting keyword or delimiter error while executing ICETOOL,provide me solution.

1388


Who is responsible for XML?

658


3) Int Matrix of certain size was given, We had few valu= es in it like this. =97=97=97=97=97=97=97=97=97=97=97 1 = | 4 | | 5 | &= nbsp; | 45 =97=97=97=97=97=97=97=97=97=97=97 &n= bsp; | 3 | 3 | 5 | = | 4 =97=97=97=97=97=97=97=97=97=97=97 34 |&nbs= p; 3 | 3 | | 12 | &= nbsp; =97=97=97=97=97=97=97=97=97=97=97 3 | &nbs= p; | 3 | 4 | = | 3 =97=97=97=97=97=97=97=97=97=97=97 3 | = ; | | | = ; 3 | =97=97=97=97=97=97=97=97=97=97=97 &= nbsp; | | 4 | = ; | 4 | 3 We w= ere supposed to move back all the spaces in it at the end. Note: = If implemented this prog using recursion, would get higher preference.

3851


how to manage mlng timer because they don't explain what's it's function?

2894


Using C# Write a program that performs the following. The user inputs a number and then enters a series of numbers from 1 to that number. Your program should determine which number (or numbers) is missing or duplicated in the series, if any. For example, if the user entered 5 as the initial number and then entered the following sequences, the results should be as shown. Input Sequence Output ---------------------- --------------- 1 2 3 4 5 Nothing bad However, if 7 were the high number, the user would see the results on the right for the following number entries: Input Sequence Output ---------------------- --------------- 1 3 2 4 5 Missing 6 Missing 7 And if 10 were the high number and the user entered the numbers shown on the left, note the list of missing and duplicate numbers: Input Sequence Output ---------------------- --------------- 1 2 4 7 4 4 5 10 8 2 6 Duplicate 2 ( 2 times) Missing 3 Duplicate 4 ( 3 times ) Missing 9 The program should check the high number that the user inputs to ensure that it does not exceed the size of any array you might be using for storage.

4332


#include int main(void) { int a=4, b=2; a=b<>2 ; printf("%d",a); return 0; }

1704


Code for Creating a Form Using PlaceHolder Controls?

2911


plz send code for Ecorps in j2ee frontend:J2EE Backend: DB2 Express

2937


what is runtime class?

2729


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

2930