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

#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output

5 Answers   CitiGroup,


What is the use of linkage in c language?

0 Answers  


Can include files be nested? How many levels deep can include files be nested?

0 Answers   Aspire, Infogain,


how to find out the inorder successor of a node in a tree??

2 Answers   TCS, Yahoo,


What do you mean by a local block?

0 Answers   InterGraph,






int x=5; printf("%d%d%d",x,x<<2,x>>2);

2 Answers   TANCET,


#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }

1 Answers  


How is a null pointer different from a dangling pointer?

0 Answers  


Can a program have two main functions?

0 Answers  


What does 1f stand for?

0 Answers  


Write a program to print numbers from 1 to 100 without using loop in c?

0 Answers  


using for loop sum 2 number of any 4 digit number in c language

0 Answers  


Categories