How can you create a bulleted list, numbered list and an
outline by using
bullets and numbering command. Explain with the help of
example.
What is Object Oriental Progam
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.
Define the terms: field, record, table and database
What do you mean by stl?
give me the defination of inheritance?
how to use C++?
what is c++
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 }
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; }
write a piece of c++ code which allocate memory to the 50 object of type CObj
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
I am doing my BS.c MATHS CAN I ABLE TO JOIN IN NIIT?