what is networking
Answers were Sorted based on User's Feedback
Answer / chandrakant1
networking means connecting the two or more computer
systems and share the information.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / sidhant
networking is the logical or physical interconnection of
two or more than two hardware devices in order to share the
resources n information
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / upendra singh
networking is a more then two computer hardware device
connect and shared information and other then online data
any computer sheared
Is This Answer Correct ? | 0 Yes | 0 No |
what is putchar() and getchar()?????
What is the difference between single&double linked list ?
main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }
Write a C program to solve the quadratic equation ax^2+bx+c=0. A quadratic equation has two roots which are given by the following two formulas: root1= -b+sqrt(b^2-4*a*c)/2*a root1= -b-sqrt(b^2-4*a*c)/2*a The program request the user for input a,b,c and the output will be root1 and root2.
What is the mistake in the following program segment ? f() { int a; void c; f2(&c,&a);}
what happens if an error occurs in constructor or destructor.
Which of the following highest Standard deviation? a).5,0,5,0,5,0 b) 5,5,5,5,5,5 c) 5,5,5,5,0,5 d) -5, 5, -5, 5,-5, 5
hi friends i am b-tech in computer science having interview of State bank of india clerk day on 30 th april. I want to know the answer of question:"you r B.tech in C.S. why do u want to become a bank clerk?" please help.Its my humble request.
0 Answers State Bank Of India SBI,
what is the channel capacity of a band-limited gaussian channel? is it is blog2(1+s/n) or not? if not what?
what is total power generation capacity in india at present (as on 12-12-2011)
What is the difference between command line argument and input taking from the user?
How do you reset or reseed the IDENTITY column?