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?

724

What is a well formed XML document?

601

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

696

What is a valid XML document?

610

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,

901

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

InterGraph,

970

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

InterGraph,

924

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

InterGraph,

904

Devise a program to implement the Fibonacci sequence.

Tech Mahindra,

994

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

InterGraph,

942

How can you print an address of a variable?

TCS,

959

Write a program to Print the Pascal triangle

InterGraph,

904

Write a Program for matrix multiplication.

InterGraph,

967

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

InterGraph,

893

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

1315


Un-Answered Questions { Code Snippets }

what is the structure of xml document ?

675


What is GUID anyway?

598


What is a StAX Parser?

648


What is the functionality of GetWindow?

602


What is xml schema?

633


I have this code in leftmenu.ascx page..now on leftmenu.ascx.cs page i want to access id values. but i dont want to check manually like Accommodation,Arts etc.. In cs file my code is like string str[]; //this array contains some values say 10 strings for(i=0;i<100;i++) { if(str[i]==id id.visible=true } i.e.i want to travel for each element of str and each value of id.if they match then id.visible=true how to do?

4441


How can you relate the function with the structure? Explain with an appropriate example.

3530


Can we change the validator-rules.xml for our own validations in struts??

2928


Can we run Applet in Web browser with security policy files

2631


How can I include conditional statements in XML?

683


Write a Program for matrix multiplication.

967


How can a procedure fetch data from FTP? I need a general code for this..

1365


How can i know that how many user are visited to my page in php?

2105


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

3816


What is a cdata section in xml?

696