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?

665

What is a well formed XML document?

546

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

655

What is a valid XML document?

574

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,

847

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

InterGraph,

892

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

InterGraph,

872

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

InterGraph,

837

Devise a program to implement the Fibonacci sequence.

Tech Mahindra,

933

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

InterGraph,

889

How can you print an address of a variable?

TCS,

899

Write a program to Print the Pascal triangle

InterGraph,

848

Write a Program for matrix multiplication.

InterGraph,

926

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

InterGraph,

841

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

1248


Un-Answered Questions { Code Snippets }

Write code that allows to create only one instance of a class?

858


Write a program to reverse a number in python?

857


How to Split Strings with Regex in Managed C++ Applications?

3683


What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql

2920


What is XSL?

607


write a program that can LOCATE and INSERT elements in array using c++ programming languages.

4044


write a program using virtual function to find the transposing of a square matrix?

3382


snippet to prevent submission of form when certain/any validations got failed

1931


how to create a Draggable element

2434


How do you verify if the two sentences/phrases input is an anagram using predefined functions in string.h and by using arrays?

2559


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

2279


What is the functionality of GetDesktopWindow?

588


how to track links visited in google using iframes

2729


Beautiful is for 012345678 9 and a code for similar word containing the same alphabets

6280


Code for Small C++ Class to Transform Any Static Control into a Hyperlink Control?

3071