a sequence of bytes with one to one corrspondence to those in the external device

a) sequential addressing

b) address

c) byte code

d) none


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

Post New Answer

More C Interview Questions

What is the use of putchar function?

0 Answers  


what is the difference between structure and union?

3 Answers  


What are variables c?

0 Answers  


Where can I get an ansi-compatible lint?

0 Answers  


all c language question

0 Answers   Wipro,






wtite a program that will multiply two integers in recursion function

4 Answers   TCS,


exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above

0 Answers  


what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}

9 Answers   TCS,


Why does this code crash?

0 Answers  


What are type modifiers in c?

0 Answers  


What is the process of writing the null pointer?

0 Answers  


write a program to find the sum of the array elements in c language?

24 Answers   ICT, Infosys, Wipro,


Categories