what are you now programming Languages C+
Answer / hcl software compay
The C+ is progaming language ths is language is are use
in computer fistle provied program in computer languags
| Is This Answer Correct ? | 5 Yes | 4 No |
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.
i want a road rash 3d game code if some one know please help me
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
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 }
Q1. A. What is unary operator? List out the different operators involved in the unary operator. B. What is an adjust field format flag? Q2. A. Distinguish between a # include and #define. B. Can a list of string be stored within a two dimensional array? Q3. A.Explain how a pointer to function can be declared in C++? B.List the merits and demerits of declaring a nested class in C++? Q4. A. What are the syntactic rules to be avoid ambiguity in multiple inheritence? B. Explain the operation of overloading of an assignment operator. Q5. A. Explain how the virtual base class is different from the conventional base classes of the opps. B. Explain how an exception handler is defined and invoked in a Program. Q6. A. What is a binary file? List the merits and demerits of the binary file usagein C++. B. Write short notes on Text Manipulation Routines. C. Write bites in Turbo c++ Header (“Include”) Files.
0 Answers GE, Infosys, Microsoft, NIM,
if 4-5 year old brother is standing on d roof with me and watching d moon, suddenly moon coverd by cloud then how will i explain d hiding of moon to my brother.
What is a stl vector?
Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
tell about sorted linked list
how to use C++?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Define the terms: field, record, table and database