What are the various topologies? Which one is the most secure?
Answer Posted / xxxx
totally 5 topologies: star topology, bus topology,ring
topology,mesh topology,tree topology
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Why are all header files not declared in every c program?
Is null a keyword in c?
Difference between Shallow copy and Deep copy?
Describe the modifier in c?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
Explain two-dimensional array.
Should a function contain a return statement if it does not return a value?
Explain how do you print an address?
What are the Advantages of using macro
What is the scope of global variable in c?
Define the scope of static variables.
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
Explain what is a const pointer?
What does != Mean in c?
What are loops c?