how do you programme Carrier Sense Multiple Access
No Answer is Posted For this Question
Be the First to Post Answer
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
Which is more efficient, a switch statement or an if else chain?
no consistent academics. how to answer the question
In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT
what is void pointer?
There is a number and when the last digit is moved to its first position the resultant number will be 50% higher than the original number.Find the number?
What is the size of structure in c?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
Which built-in library function can be used to match a patter from the string?
What are the types of pointers?
what is the structure?
How will you declare an array of three function pointers where each function receives two ints and returns a float?