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

Cau u say the output....?

1 3094

could you please teach me how to program an income tax using functions

248

write a vb script to check equal two 2*2 matrix

1478

How to get one hasmap value in another hashmap ,only value not key

CTS,

1500

Write a script to delete all the files in a folder except one desired file.

1343

I have multiple datasets and I have to search a particular string in all of them at a single time. Please suggest a full jcl or rexx tool for it.

1016

#define a 10 int main() { printf("%d..",a); foo(); printf("%d..",a); return 0; } void foo() { #undef a #define a 50 }

3 3766

#define a 10 void foo() { #undef a #define a 50 } int main() { printf("%d..",a); foo(); printf("%d..",a); return 0; } explain the answer

1 3535

What is your nationality?

GoDB Tech,

1 6775

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

Student,

1652

Do you think about CMM(Capability Maturity Model) process?

Amazon,

990

What is an attribute?

677

How can you apply a DTD to an XML document?

603

What is XML DOM?

688

What is XQuery?

612


Un-Answered Questions { Code Snippets }

program for straight line(y=mx+c)

6022


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.

884


Code for Two Classes for Doing Gzip in Memory?

3277


Write a python program to check if a number is a palindrome or not?

820


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

831


What is the meaning of version in XML?

661


Write a program that will convert an integer pointer to an integer and vice-versa.

906


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

3656


Write a python program to print table of a given number?

825


Code for Easily Using Hash Table?

3049


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(); } }

2112


maximizing the main window

2077


How to export 2 datatables of a single dataset to 2 different worksheets of a single MSExcel file ?

2444


What is a StAX Parser?

599


Write a script to delete all the files in a folder except one desired file.

1343