Un-Answered Questions { Code Snippets }

What is a markup language?

462


What is XML DOM Document?

433


What is SAX in XML?

450


How can I include conditional statements in XML?

470


What is XML Element?

487


What is a well formed XML document?

417


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

454


What is a valid XML document?

437


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)

639


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

663


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

648


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

624


Devise a program to implement the Fibonacci sequence.

659


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

677


How can you print an address of a variable?

654