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

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

1 13517

snippet to prevent submission of form when certain/any validations got failed

1883

communication between main window and new windows

2137

function to combine two or more arrays

Aricent,

2095

Reading which Non-Character Key was pressed

2160

how to Auto Scroll the page

Ninestars,

2002

code to sorting an array of objects

2433

determine which key was pressed and its type

1 4225

Create a Menu that can be activated while clicking on Right Mouse button

Nest, TCS,

2078

write a function to validate a given date

1 6363

code to display a Countdown Timer (dynamic)

2 13723

how to create a Custom Scrollbar

2493

code to detect availability of cookies

2133

Code to Block submission of form by pressing Enter Key

TED,

2461

HOw to Build a Nested GridView Control with ASP.NET?

2 14864


Un-Answered Questions { Code Snippets }

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

978


why do you use macros? Explain a situation where you had to incorporate macros in your proc report? use a simple instream data example with code ?

2727


To Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates. String contains only lowercase characters ['a'-'z']

950


What output does this program generate as shown? Why? class A { A() { cout << "A::A()" << endl; } ~A() { cout << "A::~A()" << endl; throw "A::exception"; } }; class B { B() { cout << "B::B()" << endl; throw "B::exception"; } ~B() { cout << "B::~B()"; } }; int main(int, char**) { try { cout << "Entering try...catch block" << endl; A objectA; B objectB; cout << "Exiting try...catch block" << endl; } catch (char* ex) { cout << ex << endl; } return 0; }

990


In java, why do we set thread priority, when we know that there is no guarantee by which a thread should be execute?

2658


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

3294


code to detect versions of different browsers like internet explorer, netscape, mozilla, opera etc

2113


write a program to calculate the amount of investment after a period n years if the principal investors was p and interest is calculated using compound interest,formular=a=p(1+r)^n

2824


Write a program to find sum of the digits of a number in python?

812


What is a valid XML document?

539


Hi, i have a project that the teacher want a pyramid of numbers in C# or java...when we click a button...the pyramid should be generated in a listbox/or JtextArea...and the pyramid should have the folowing form: 1 232 34543 4567654 567898765 67890109876 7890123210987 890123454321098 90123456765432109 0123456789876543210 Plz help with codes...didn't find anything on the net.

3180


code to positioning of window in certain dimensions

2076


Create a program to read two random data set in two files named data1.txt and data2.txt manifold contains integer numbers, whereas data2.txt file contains the float type numbers. Simpanlahmasing each into 2 pieces of data that is an array of type integer array and an array of type float, then calculate the average numbers in the second array.

2567


What are the benefits of XML?

559


JasperETL how to install and create simple project explain me clearly fnds iam wtg for ur rply

3932