How can you create a bulleted list, numbered list and an
outline by using
bullets and numbering command. Explain with the help of
example.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More STL Interview Questions

What is Object Oriental Progam

2 Answers  


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

0 Answers  


Define the terms: field, record, table and database

5 Answers  


What do you mean by stl?

1 Answers  


give me the defination of inheritance?

5 Answers   Infosys,


how to use C++?

0 Answers   NIIT,


what is c++

2 Answers  


Find the error in the following program struct point {struct point *next; int data; } x; main() {int...data; } x; main() {int i; for(x=p;x!=0;) x=x->next,x++; freelist(x); } freelist(x) {free(x); return }

1 Answers   Sun Microsystems,


Is there any error below, its a code to delete all entires from a map #include <map> #include iostream.h int main() { int i =0; map <int, char> TestMap; while(i<3) { TesMap.insert(TestMap::value_type(i,Test)); i++; } typedef map<int, char> :: iterator mapIter =TestMap.begin(); if(mapIter!=TestMap.end()) { TestMap.erase(mapItrer); ++mapIter; } return 0; }

0 Answers  


write a piece of c++ code which allocate memory to the 50 object of type CObj

2 Answers  


wap in c++ which accept a integer array and its size as argument and replaces element having even values with its half and element having odd values with twice its value

1 Answers  


I am doing my BS.c MATHS CAN I ABLE TO JOIN IN NIIT?

2 Answers  


Categories