How to implement a packet in C


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

Post New Answer

More C Interview Questions

What is the purpose of macro in C language?

0 Answers   Fidelity,


What does the file stdio.h contain?

0 Answers  


How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;

2 Answers  


What is New modifiers?

0 Answers   NA,


What is the difference between #include <header file> and #include “header file”?

0 Answers  


what is the disadvantage of using macros?

1 Answers   Wipro,


why TCS selected more student in the software field from all institution.

5 Answers   TCS,


void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }

3 Answers  


/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*

6 Answers  


What are the concepts introduced in OOPs?

3 Answers  


Why does notstrcat(string, "!");Work?

0 Answers  


What is structure pointer in c?

0 Answers  


Categories