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

What is XML Element?

657

What is a well formed XML document?

543

Which tag is used to find the version of XML and the syntax?

652

What is a valid XML document?

571

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)

InterGraph,

834

Write a Program to truncate a given floating point value (e.g.16.25=16).

InterGraph,

876

Write a Program to find the sum of digits of a given number until the sum becomes a single digit.

InterGraph,

859

Write a Program to find whether the given number is a Armstrong number.

InterGraph,

827

Devise a program to implement the Fibonacci sequence.

Tech Mahindra,

919

Write a Program to find the number of words in a sentence.

InterGraph,

880

How can you print an address of a variable?

TCS,

887

Write a program to Print the Pascal triangle

InterGraph,

836

Write a Program for matrix multiplication.

InterGraph,

910

Write a Program to find the reverse of a given number.

InterGraph,

832

What output does the following code generate? Why? What output does it generate if you make A::Foo() a pure virtual function? class A { A() { this->Foo(); } virtual void Foo() { cout << "A::Foo()" << endl; } }; class B : public A { B() { this->Foo(); } virtual void Foo() { cout << "A::Foo()" << endl; } }; int main(int, char**) { A objectA; B objectB; return 0; }

1229


Un-Answered Questions { Code Snippets }

For printing a message we use System.out.println in normal programs. We use String msg="text....."; Can't we use String msg=" " in normal programs and System.out.println("........") in applets. Please answer this question?

2639


Code for Adding Scripting Support to an Application?

1384


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

869


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

856


Coding for .NET Delegates?

2552


What is a well formed XML document?

543


Write a function that takes an array of integers and efficiently calculates and returns the Least Common Multiply in python.

1574


Could u please tell me any UNIX scripts that 'll lead to find the network latency of the servers.?or else any unix command to find the network latency of a server?Thnx in advance...

2147


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

2273


1+1/2!+1/3!+...+1/n!

2413


how to copy form data between different pages

2299


write a program to convert temperature from fa height into celcius and vise versa,use modular programming

3020


how to test the orientation of the layout in android.to note any changes in the ui design when change orientation

2927


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.

1003


What is a markup language?

690