What is a protocol in c?


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

Post New Answer

More C Interview Questions

What are the types of pointers in c?

0 Answers  


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

0 Answers   Persistent,


Which is an example of a structural homology?

0 Answers  


Can we change the value of constant variable in c?

0 Answers  


What is an expression?

0 Answers  


I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?

1 Answers  


What is meant by int fun const(int a, int b) { .... ... }

1 Answers  


What does typedef struct mean?

0 Answers  


What is the size of empty structure in c?

0 Answers  


p*=(++q)++*--p when p=q=1 while(q<=6)

0 Answers   KINPOE,


How can you print HELLO WORLD without using "semicolon"?

7 Answers   HCL, Infosys,


what is the difference between while and do while?

2 Answers  


Categories