Difference between MAC vs. IP Addressing


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

Post New Answer

More C Interview Questions

how to add two numbers without using arithmetic operators?

4 Answers  


suppose there are five integers write a program to find larger among them without using if- else

2 Answers  


How pointer is different from array?

0 Answers  


what is the hexidecimal number of 4100?

16 Answers   Google,


main() { float a=3.2e40; printf("%d",a); }

9 Answers   Satyam,


Which control loop is recommended if you have to execute set of statements for fixed number of times?

0 Answers  


How to reverse a string using a recursive function, with swapping?

5 Answers  


What is the difference between class and object in c?

0 Answers  


what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }

7 Answers  


When should we use pointers in a c program?

0 Answers  


Why main is not a keyword in c?

0 Answers  


what are the advantages of a macro over a function?

0 Answers   TCS,


Categories