Code Snippets Interview Questions
Questions Answers Views Company eMail

What is the meaning of version in XML?

385

What are the basic rules while writing XML?

321

What is well formed XML document?

359

What is XSL?

333

What is XPath in XML?

364

What are nested elements in XML?

345

What is CDATA?

356

What is an XML Schema?

375

What are the features of XML?

356

What are the advantages of XML DOM Document?

361

Who is responsible for XML?

366

Why XML has been used for development?

320

Can we have empty XML tags?

369

What is a StAX Parser?

338

What is SGML?

331


Un-Answered Questions { Code Snippets }

Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.

4571


why nlogn is the lower limit of any sort algorithm?

2372


write a program to input a natural number less than and display it in words.test your program on the sample data and some random data sample input= 29 sample output= Twenty nine sample input=17001 sample output= out of range sample input=119 sample output =one hundred and nineteen sample input=500 sample output=five hundred

3462


Develop a routine to reflect an object about an arbitrarily selected plane

2990


Write a simple encryption program using string function which apply the substitution method.

5529






how to use the GetTickCount() properly and what is that procedure for?

2732


design a class car having variables model, yr_of_manufacture, owner,reg_no. Design methods for assigning the values, Printing the values( you decide gui,control, any other methods if require)

1832


Hi, I want the code to fetch multiple rows in REXX using RLX and CURSOR. Can anyone help me?

2037


Write a python program to swap the first and last value of a list?

510


How to palindrom string in c language?

8822


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

635


How we use ajax in asp.net through javaScript. Please givee me an example.

2501


How to update and insert from datagridview at run time in excel database?

2759


Write code to make an object work like a 2-d array?

472


How to block double clicks

1620