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

How many digit have a Polaris 1995 300c.c. 2x4 nad how many have a Polaris 2007 300 c.c 2x4? And what site I can check this information???

FlashTECH,

2659

what is virtual constroctor ? give an exam for it?-(parimal dhimmar)

2 6976

how to take time as input in the format (12:02:13) from user so that controls remains between these columns?

2318

Write a routine to implement the polymarker function

TCS,

4974

Write a procedure to implement highlight as a blinking operation

2 11817

Design an implement of the inputs functions for event mode

Wipro,

3599

Write a program to model an exploding firecracker in the xy plane using a particle system

HCL,

4210

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

3710

Extend the sutherland-hodgman clipping algorithm to clip three-dimensional planes against a regular paralleiepiped

IBM,

1 6552

Set up procedure for generating a wire frame display of a polyhedron with the hidden edges of the object drawn with dashed lines

IBM,

3646

Given a spherical surface, write bump-mapping procedure to generate the bumpy surface of an orange

3436

Derive expression for converting RGB color parameters to HSV values

1 8363

Write a program to implement the motion of a bouncing ball using a downward gravitational force and a ground-plane friction force. Initially the ball is to be projected in to space with a given velocity vector

2 13504

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

4047

How to update and insert from datagridview at run time in excel database?

3241


Un-Answered Questions { Code Snippets }

i have some csv files in a directory which have sub-directories also. now how can i merge all .csv files in to one with a single header. for example: have some 4 files. 1.csv--------name,age,sal abc,25,4000 2.csv--------name,age,sal vgd,32,3500 3.csv--------name,age,sal hfg,20,5000 4.csv--------name,age,sal asd,15,2000 now my output file should be like 5.csv----------name,age,sal abc,25,4000 vgd,32,3500 hfg,20,5000 asd,15,2000 and please explain the code for me. as i am new to scripting. thank you in advance

1893


plzzzzzzzzz xplain this code import java.awt.*; import java.awt.event.*; public class Link extends Frame implements ActionListener { Label l1; Button b1; public static void main(String sr[]) { new Link().setVisible(true); } public Link() { super("Warning"); setSize(500,500); setBackground(Color.lightGray); setLayout(null); l1=new Label("There is no Link"); l1.setBounds(0,0,500,460); l1.setFont(new Font("TimesRoman",Font.BOLD,35)); l1.setAlignment(Label.CENTER); add(l1); b1=new Button("QUIT"); b1.setBackground(Color.orange); b1.setBounds(0,460,500,40); b1.addActionListener(this); add(b1); } public void actionPerformed(ActionEvent e) { this.dispose(); } }

1960


code to detect availability of cookies

2249


Can we have empty XML tags?

801


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

893


How to run the Result Intemation System project in java for collage student in which result of internal exam marks send on parents mobile using SMS? what software required to run this project? please reply immediately...

3196


Can you write a program to find the average of numbers in a list in python?

892


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 ?

2849


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

3719


What is the meaning of version in XML?

709


Given a string=”me,I,myself”; .Using javascript only create an array out of this string and then send a POST request to the url “record.php” without reloading the page. The post key parameters should be n1,n2 and n3 respectively.

3043


Code for Using Keyboard Events?

2689


Write a program that implements a date class containing day, month and year as data members. Implement assignment operator and copy constructor in this class.

968


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..

3383


Write a Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

904