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

implement general tree using link list

1 Answers   Wipro,


Write down the program to sort the array.

4 Answers   Impiger,


what is pointer?

4 Answers  


What is dangling pointer in c?

0 Answers  


how to multiply two number taking input as a string (considering sum and carry )

2 Answers   Wipro,






What's wrong with "char *p = malloc(10);" ?

4 Answers  


What is scope rule in c?

0 Answers  


Is a house a mass structure?

0 Answers  


What is the difference between near, far and huge pointers?

0 Answers  


Explain how do you print only part of a string?

0 Answers  


#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?

4 Answers   Infosys,


How do you search data in a data file using random access method?

0 Answers  


Categories