Introduction to Data Structure
     

Problems :

 
     
  1. What is Information in Computer Science?
  2. What are methods for representing negative binary number? The following numbers convert to ones complement and twos complement notation.
    • 00110111
    • 01100110
    • 01111101
    • 10001001
  3. Write a C program where following numbers are stored in a array :

  4. 2 12 17 24 5 78 35 18 16
  5. Write a C program using linked list where following numbers are stored :

  6. 2 12 17 24 5 78 35 18 16
     
Prev