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 is the process to create increment and decrement stamen in c?

0 Answers  


How can I read a directory in a c program?

1 Answers   CSC,


In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT

1 Answers   IBM,


What is operator promotion?

0 Answers  


What is difference between structure and union with example?

0 Answers  






What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

0 Answers   Aspire, Infogain,


how can i calculate mean,median,mode by using c program

1 Answers   HCL,


52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?

9 Answers  


difference between memcpy and strcpy

1 Answers  


what is pointer ?

10 Answers   Kernex Micro Systems,


What is the real time usage volatile?

2 Answers   Polycom,


Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers

1 Answers  


Categories