Define Spanning-Tree Protocol (STP)
No Answer is Posted For this Question
Be the First to Post Answer
write a program for odd numbers?
Can we assign integer value to char in c?
Is c compiled or interpreted?
What are the types of functions in c?
Are local variables initialized to zero by default in c?
how to find the kth smallest element in the given list of array elemnts.
What is pass by value in c?
how to find the size of the data type like int,float without using the sizeof operator?
FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?
Where is c used?
What is structure packing ?
How to explain the final year project as a fresher please answer with sample project