how do you programme Carrier Sense Multiple Access


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

Post New Answer

More C Interview Questions

Write a program to reverse a linked list in c.

0 Answers   DELL, HAL,


What is wrong in this statement?

0 Answers  


what is the output of printf("%d",(scanf("%d",10));

10 Answers  


What does d mean?

0 Answers  


void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case

9 Answers   Accenture, TCS,






How can I rethow can I return a sequence of random numbers which dont repeat at all?

0 Answers  


What is the output of the following progarm? #include<stdio.h> main( ) { int x,y=10; x=4; y=fact(x); printf(ā€œ%d\nā€,y); } unsigned int fact(int x) { return(x*fact(x-1)); } A. 24 B. 10 C. 4 D. none

2 Answers  


where do we use volatile keyword?

1 Answers  


Can we replace the struct function in tree syntax with a union?

0 Answers   Huawei,


what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);

10 Answers   IBM,


What is bubble sort in c?

0 Answers  


Write a program to find given number is even or odd without using any control statement.

2 Answers  


Categories