How to implement a packet in C
No Answer is Posted For this Question
Be the First to Post Answer
Is it possible to pass an entire structure to functions?
Explain setjmp()?
What the different types of arrays in c?
main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }
f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error
What's the difference between calloc() and malloc()?
What is the explanation for prototype function in c?
What is the use of a static variable in c?
What is the use of define in c?
main() { printf(5+"Vidyarthi Computers"); }
Explain about the functions strcat() and strcmp()?
Why header files are used?