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

plz send code for manage group of hotels in j2ee frontend:J2EE Backend: DB2 Express

TCS,

2878

plz send code for feature rich resume builder in j2ee frontend:J2EE Backend: DB2 Express

Satyam,

3652

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

IBM,

2860

find level of following tree (state, parent) " J,D I,D H,C E,B F,B G,C B,A D,A C,A A,& K,E L,E L,F M,F N,G O,H P,I P,H Q,I R,J S,K U,P T,L

2461

Write a program to print a square of size 5 by using the character S.

Microsoft,

6 24693

how to track links visited in google using iframes

2719

Can we run Applet in Web browser with security policy files

2567

how to get the table names via c sharp and column names also?

Sify,

2 5990

Predict the Output: int main() { int *p=(int *)2000; scanf("%d",2000); printf("%d",*p); return 0; } if input is 20 ,what will be print

2 6187

Write a C program to add two numbers before the main function is called.

Infotech, TC,

11 23506

Write Down Steps Using SAX Parser

2621

Write Down Steps Using SAX Parser

IBM,

1 5604

how to make a software for a game ?

Cipla,

1 3699

how to create a search bar which access data from various websites and retrieves the data

2972

write a c-program to find gcd using recursive functions

HTC, Infotech,

5 16731


Un-Answered Questions { Code Snippets }

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

2415


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

4040


create Drop-Down Navigation Menus

2162


Given a N by N matrix of both negative and positive integers. Write an efficient algorithm to find the sub-matrix with the largest sum of all the contained elements.

1697


Develop a routine to reflect an object about an arbitrarily selected plane

3615


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.

4246


Create a ViewState Property?

2701


Code for Document Validation in XML.NET?

2370


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

900


What is XSNL?

597


Write Down Steps Using SAX Parser

2621


can any body give me answer to this question please? please give me code in cl with the folling specifications. 1.Accept 2 parameters-date and date type 2.If date type is J then convert date to *MDY format 3.If date type is M convert date to *JUL format 4. Send a program message with the value of converted date? Please give me the answer.Because im practicing in my house.Im taking trining on AS/400.

2212


How to get Filename from Path?

554


Code for Searching for Multiple Matches with the MatchCollection Class?

3444


Given a table of the form: Product Sold on A 1/1/1980 B 1/1/1980 C 1/1/1980 A 1/1/1980 B 1/1/1980 C 2/1/1980 A 2/1/1980 There are 30 products and 10,000 records of such type. Also the month period during which sales happened is given to u. Write the program to display the result as: Product Month No. of copies A January 12 A February 15 A March 27 B January 54 B February 15 B March 10 C January 37

2513