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
What is getch () for?
Write a program using bitwise operators to invert even bits of a given number.
find out largest elemant of diagonalmatrix
#include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain ؟؟؟
main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }
What is the difference between malloc() and calloc() function in c language?
Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)
1 1 12 21 123 321 12344231 how i creat it with for loop??
What is meant by errors and debugging?
Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table
Program to find the value of e raised to power x using while loop
praagnovation