Un-Answered Questions { Code Snippets }

What is a markup language?

369


What is XML DOM Document?

335


What is SAX in XML?

358


How can I include conditional statements in XML?

352


What is XML Element?

391


What is a well formed XML document?

324


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

363


What is a valid XML document?

347


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)

502


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

519


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

507


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

523


Devise a program to implement the Fibonacci sequence.

527


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

517


How can you print an address of a variable?

501