How do I swap bytes?


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

Post New Answer

More C Interview Questions

Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A

1 Answers  


find the size of structure without using the size of function

1 Answers   Bosch,


write a programe to find the factorial of given number using recursion

3 Answers  


Is null always equal to 0(zero)?

0 Answers  


Explain the meaning of keyword 'extern' in a function declaration.

0 Answers  






How many levels deep can include files be nested?

0 Answers  


What is the value of c?

0 Answers  


main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??

19 Answers   EBS, Ramco, Sangwin, TCS,


void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }

3 Answers   ME, pspl,


What is the output from this program? #include <stdio.h> void do_something(int *thisp, int that) { int the_other; the_other = 5; that = 2 + the_other; *thisp = the_other * that; } int main(void) { int first, second; first = 1; second = 2; do_something(&second, first); printf("%4d%4d\n", first, second); return 0; }

3 Answers  


why you will give me a job in TCS.

7 Answers   TCS,


what is bit rate & baud rate? plz give wave forms

0 Answers  


Categories