In what scenario does the Logical file and Physical file being
used?
No Answer is Posted For this Question
Be the First to Post Answer
what is the acronym of the term 'C.O.M.P.U.T.E.R' ?
17 Answers Config Systems, Google, Wipro,
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.
write a program to search and display the position of an element in a single-dimentional array using function.
What is a standard template library (stl)? What are the various types of stl containers?
What are stl algorithms?
Give the output of the following program main() {int ret; ret=fork();ret=fork();ret=fork();ret=fork(); if(!ret) printf("sun"); else printf("solaris");
Why should a c++ programmer be interested in stl?
What is a stl vector?
What is a standard template library (stl)?
What is Constructor
What does stl stand for in basketball?
differentiate between private, public and protected data members of the class using example.