Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
q describe about minicomputersminicomputers developed in the early 1960s are high-performance general-purpose multi user computers these are also
q what is microcomputersmicrocomputers have become a common part of everyday life the cost ranging from a few hundred to about ten thousand dollars
q define digital computers systemdigital computers in general are automatic machines that accept data and instructions perform predefined operations
write the algorithm for binary search also apply this algorithm on the following data 22 44 11 88 33 55 77
in sdk 86 kit 128kb sram and 64kb eprom is provided on system and provision for expansion of another 128kb sram is given the on system sram address
write an algorithm to print all even numbers in descending order and draw the
read in integers until a zero is read in keep a total of both the quantity and the sum of the negative integers and the positive integers once a
i wrote a program that adds up 5x5 matrices by column and row now i have to use pointers to rewrite the same code how would do
our instructor gave us a project in making a mechanical game or simple device using assembly language can anyone give me a an example of a project
bitwise-inclusive-or operator inclusive-or-expression exclusive-or-expressioninclusive-or-expression exclusive-or-expressionthe
bitwise-exclusive-or operator exclusive-or-expression and-expressionexclusive-or-expression and-expressionthe bitwise-exclusive-or
example of bitwise-and operatorin the following example the bitwise-and operator amp compares the bits of two integers nnuma and nnumb example of the
bitwise-and operator amp and-expression relational-expressionand-expression amp equality-expressionthe bitwise-and operator amp compares each bit of
bitwise left shift and right shift operators ltlt gtgtshift-expression additive-expressionshift-expression ltlt additive-expression shift-expression
ones complement operator the ones complement operator sometimes called the bitwise complement or bitwise not operator produces the bitwise ones
bitwise operatorslike other operators bitwise operators have rules of precedence and associativity
what is meant by bitwise operationsc has distinction of supporting special operators known as bit wise operators for manipulation of data at bit
explain two dimensional arrayin two dimensional arrays array is a pointer-to-pointer-to-data type at the first level it points to a block of pointers
explain one dimensional arraysin one dimensional arrays array name is really a pointer to the first element in the array second element of the array
write heterogeneous functionsif a program uses simulated dynamically allocated multidimensional arrays it becomes possible to write heterogeneous
array is a pointer-to-pointer-to-int at the first level it points to a block of pointers one for each row that first-level pointer is the first one
how is a multidimensional array defined in terms of a pointer to a collection of contiguous arrays of lower dimensionality c does not have true
how will this difference b interpretedwhen one pointer is subtracted from another pointer the number of elements between the two pointers always
under what conditions can one pointer variable be subtracted from anotherpointer subtraction isnt used very much but can be handy to determine the