Un-Answered Questions { Code Snippets }

What is a markup language?

376


What is XML DOM Document?

344


What is SAX in XML?

364


How can I include conditional statements in XML?

358


What is XML Element?

401


What is a well formed XML document?

330


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

369


What is a valid XML document?

354


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)

514


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

530


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

522


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

533


Devise a program to implement the Fibonacci sequence.

536


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

530


How can you print an address of a variable?

513