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

Can i use Two or More Main Funtion in any C program.?

4 Answers  


printf("%d",(printf("Hello")); What it returns?

32 Answers   TCS,


what is the use of operator ^ in C ? and how it works?

2 Answers  


Expand the following LKB BKL FFG

0 Answers  


What is array in c with example?

0 Answers  






Is exit(status) truly equivalent to returning the same status from main?

0 Answers  


how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.

3 Answers  


What are the various types of control structures in programming?

0 Answers  


a memory of 20 bytes is allocated to a string declared as char *s then the following two statements are executed: s="Etrance" l=strlen(s); what is the value of l ? a.20 b.8 c.9 d.21

4 Answers   TCS,


What is a static function in c?

0 Answers  


3. When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these

0 Answers   Accenture,


What is diffrance between declaration and defination of a variable or function

4 Answers  


Categories