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

Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321

7 Answers   HCL,


Explain how do you use a pointer to a function?

0 Answers  


Explain how can you tell whether a program was compiled using c versus c++?

0 Answers  


what is the coding of display the factorial of a number using array and function?

1 Answers  


if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?

2 Answers   NetApp,






What are types of preprocessor in c?

0 Answers  


what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1

0 Answers  


Is it possible to initialize a variable at the time it was declared?

0 Answers  


will u please send me the placement papers to my mail???????????????????

0 Answers  


#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }

1 Answers  


write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};

5 Answers  


What is malloc and calloc?

0 Answers  


Categories