[solved] – Question 72957

Why are the top three layers in the reference architecture for distributed database systems are often referred to as site independent schemas?

Expert Answer


[solved] – Question 72958

DIFFERENTIATE BETWEEN TRANSACTION RECOVERY AND CASH RECOVERY

Expert Answer


[solved] – Question 7297

Hi, I need to find a solution or way to do this: I read ints from a txt by pairs.
(e.g: row 1 = 2,1 row 2 = 6,6 (including comma)) then I add them to a bi-dimensional matrix[N][2], how could I later, extract that numbers in a way that the 1st four numbers can be placed each on a variable?,
e.g int x1 = matrix[0][0] , int y1 = matrix[0][1] , int x2 = matrix[1][0], int y2 [1][1];
so my problem is given that original bi-array assign x1,y1,x2,y2 to the 1st 4 numbers, then to the next 4 numbers,after that to the next 4 numbers, etc… I’m working on c++.

Expert Answer


[solved] – Question 72981

Name any four input and four output devices.

Expert Answer


[solved] – Question 73

Hello there. I am working on my final project, which is by visual studio.net… My problem is how can I get all IP addresses of the computers connected to a network…. Hope to hear from u soon…

Expert Answer


[solved] – Question 73052

With the technology scaling and process improvement, do you think that existing CMOS will be able to exist in future?

Expert Answer


[solved] – Question 73069

WAP showing Implementation of Stack to perform Insert, delete and display operation using Satck to store marks of students. (Dynamic Initialization).

sir/mam
I’m not able to understand this will you please help me.?

Expert Answer


[solved] – Question 73079

3. Use a simple array to implement stack.

Expert Answer


[solved] – Question 73080

4. Use a simple array to implement queue.

Expert Answer


[solved] – Question 73087

c program for vowel or not

Expert Answer