What is "Duff's Device"?


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

Post New Answer

More C Interview Questions

What oops means?

0 Answers  


difference between the array and linked list general difference related to memory

2 Answers  


#include<stdio.h> #include<conio.h> void main() { float a; clrscr(); a=0.5; if(a==0.5) printf("yes"); else printf("no"); getch(); }

9 Answers   TCS,


compare array with pointer?

1 Answers  


What header files do I need in order to define the standard library functions I use?

0 Answers  






the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }

4 Answers   CMC, TCS,


What do you mean by c what are the main characteristics of c language?

0 Answers  


Explain the ternary tree?

0 Answers  


Explain what is the difference between functions abs() and fabs()?

0 Answers  


What is static function in c?

0 Answers  


What is hash table in c?

0 Answers  


How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?

2 Answers  


Categories