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

in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.

0 Answers   TCS,


What is the meaning of c in c language?

0 Answers  


I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7

1 Answers  


write a program to print %d ?

12 Answers  


What is the use of a conditional inclusion statement in C?

0 Answers   Global Logic,






#define MAX 3 main() { printf("MAX = %d \n",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif

4 Answers   IBM, Vector,


to get a line of text and count the number of vowels in it

2 Answers  


void main() { int a=1; printf("%d %d %d",a,++a,a++); } the output is supposed to be 1 2 2....but it is 3 3 1 this is due to calling conventions of C. if anyone can explain me how it happens?

7 Answers  


Output for following program using for loop only * * * * * * * * * * * * * * *

3 Answers  


Why can arithmetic operations not be performed on void pointers?

0 Answers  


What is the full form of getch?

0 Answers  


Is c programming hard?

0 Answers  


Categories