Define Spanning-Tree Protocol (STP)


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES

2 Answers   Wipro,


what is difference between array,strutter,union and pointers

3 Answers   CTS, Lovely Professional University, Mannar Company,


count the numbers between 100 and 300, that star with 2 and ends with 2

5 Answers   Mind Tree,


What is structure packing ?

2 Answers   HP,


You have an int array with n elements and a structure with three int members. ie struct No { unsigned int no1; unsigned int no2; unsigned int no3; }; Point1.Lets say 1 byte in the array element is represented like this - 1st 3 bits from LSB is one number, next 2 bits are 2nd no and last 3 bits are 3rd no. Now write a function, struct No* ExtractNos(unsigned int *, int count) which extracts each byte from array and converts LSByte in the order mentioned in point1.and save it the structure no1, no2, no3. in the function struct No* ExtractNos(unsigned int *, int count), first parameter points to the base address of array and second parameter says the no of elements in the array. For example: if your array LSB is Hex F7 then result no1 = 7, no2 = 2, no3 = 7. In the same way convert all the elements from the array and save the result in array of structure.

2 Answers   Qualcomm,






What is the equivalent code of the following statement in WHILE LOOP format?

0 Answers  


What is the difference between call by value and call by reference in c?

0 Answers  


Explain how does free() know explain how much memory to release?

0 Answers  


how to swap 4 number without using temporary number?

2 Answers  


What are the types of variables in c?

0 Answers  


What is volatile variable in c?

0 Answers  


what is C?

9 Answers   Syntel,


Categories