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

Design a program using one-dimensional array that determines the highest value among the eight input values from a user. Display the difference of each value from the highest to the lowest.

RoboSoft,

1 6296

<% for(inti=0;i>3;++i;) sop(i); %> %

eClinicalWorks,

4 8614

I need help for Source Code & design of my school thesis enrollment system using visual basic 6.0/2008 database MS Access 2007. Please help me friends...Thanks...

1 4242

main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

GNITC,

3 7639

readers and writers problem

Cognizant,

1 5519

how to create a 3x3 two dimensional array that will give you the sums on the left and bottom columns

3644

Can Any one suggest how we connect QTP and Mainframe and do validation from Mainfram screen

Polaris,

2324

display 1 to 9 in a 3*3 matrix in vbscript

JPMorgan Chase,

1 4428

write the vbscript code to print the following pattern :- 1 + (1 + 2) +(1+2+3).....

1 2510

How to call JavaScript Function from Code-behind in asp.net?

659

I'm calling a JS fcn that fires AJAX to a webmethod and returns a boolean. How do I retrieve the return value in the codebehind? (VB) I can set a hiddenfield value in the JS, but if it's async how can my VB know when it's changed?

699

How to Print Asp.net GridView Data on Button Click using Javascript?

686

How a web page can communicate with a web server while a user type characters in an input field.

1060

how to remove or delete multiple selected items from listbox in on button click in asp?

643

Hi All, Do anyone have a solution/script for Uploading the Excel file in Local drive to QC Resources folder..?? TIA Dwaraka.

NHS,

1634


Un-Answered Questions { Code Snippets }

Can we have empty XML tags?

724


What is used of serialize and unserialize in php?

2952


How can I Create a C program in splitting set of characters to specific subsets. Example: INPUT SET OF CHARACTERS: Therefore, my dear brothers and sisters, stand firm. Let nothing move you. Always give yourselves fully to the work of the Lord, because you know that your labor in the Lord is not in vain. SPLIT INTO HOW MANY CHARACTERS PER SUBSETS: 10 OUTPUT: Therefore, my dear b rothers an d sisters, stand fir m. Let not hing move you. Alway s give you rselves fu lly to the work of t he Lord, b ecause you know that your labo r in the L ord is not in vain.

2541


Write a python program to find the second largest number in a list?

900


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

1010


I am trying to pass the string firstName from a Servlet called SampleServet. I am running this on eclipse and it tells me that "the value for annotation attribute must be a constant expression. I don't understand why it is giving me this error. @PersonAnnotation(name = SampleServlet.firstName) public class AnnotationClass{

2347


program for straight line(y=mx+c)

6001


develop a program to calculate and print body mass index for 200 employees

2659


What is the code of Password Recovery or Forget your password? Plz tell in c # language.

3980


Is it possible to write JAVA program without including any of the packages,such as "import java.io.*"; bcoz I instantly wrote a code without "import..." statement and runned the program on command Line & it worked. the code is: class Person { String name; int age; Person(String s,int a) { name = s; age = a; } accept() { System.out.println(name+"Hi!!!!!"); System.out.println(age); } } class Demo { public static void main(Strings args[])throws IOException { String name = args[0]; int age = Integer.parseInt(args[1]); Person p = new Person(name,age); p.accept(); } }

2091


What are the special characters used in XML?

603


Hi, I want the code to fetch multiple rows in REXX using RLX and CURSOR. Can anyone help me?

2395


What is XQuery?

612


What is a StAX Parser?

595


code to keep a page Out of the browser history

2036