338 views

3 Answers

0 votes
0 votes
all of the above, Class A , CLASS B , CLASS C
0 votes
0 votes
answer is 4 because

1.255.255.255.0:CLASS C

2.255.0.0.0:CLASS A

3.255.255..0.0:CLASS B

SO ALL THREE OF THEM ARE DEFAULT SUBNET MASK

Related questions

1 votes
1 votes
1 answer
1
Harikesh Kumar asked Jun 12, 2017
1,118 views
Which of the following is not the member of class ?1.Static function2.Friend dunction 3.const. function 4.Virtual function
0 votes
0 votes
1 answer
2
Harikesh Kumar asked Jun 12, 2017
402 views
A logical schema is a database 1. is the entire database 2.is the standard way of organizing information into accessible parts 3.describes how data actually store in disk...
0 votes
0 votes
1 answer
3
Harikesh Kumar asked Jun 12, 2017
791 views
A sorting algorithm is called stable if1.It takes O(n log n) time2.It maintains relative order of occurrence of non-distinct elements3.It uses divide and conquer paradig...
0 votes
0 votes
2 answers
4
Harikesh Kumar asked Jun 12, 2017
1,254 views
Choose the statement that are syntactically incorrect in C language?1.for( ; ; );2./* this is a /* a valid */ comment*/3.return 5;4.return(6+3);