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
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }
27 Answers Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,
What is a wrapper function in c?
How is a structure member accessed?
How many types of operator or there in c?
can we have joblib in a proc ?
How do I convert a string to all upper or lower case?
Tell me about low level programming languages.
Explain what does the format %10.2 mean when included in a printf statement?
How do I round numbers?
explain what is fifo?
What is chain pointer in c?
Write a C program to find the smallest of three integers, without using any of the comparision operators.