User Profile

Collapse

Profile Sidebar

Collapse
Sinjanv
Sinjanv
Last Activity: May 16 '10, 02:43 PM
Joined: May 13 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Sinjanv
    replied to Reverse a string
    in C
    THE abcd becomes {0x61, 0x62, 0x63, 0x64, 0x00} since the given is in hexadecimal form i need to convert into binary in C one character= 8bits so the 8bits are reversed so that it becomes a new character...
    See more | Go to post

    Leave a comment:


  • Sinjanv
    replied to Reverse a string
    in C
    example an input string consists of sinjanv and the last letter v in the string is a character this needs to be converted into bits and reverse the bits such tat it output give a new character...
    See more | Go to post

    Leave a comment:


  • Sinjanv
    replied to swapping values
    in C
    ya but how will u implement 'AND' 'OR' 'XOR' for swapping...
    See more | Go to post

    Leave a comment:


  • Sinjanv
    started a topic swapping values
    in C

    swapping values

    how will u swap two values neither using temporary variables nor memory references
    See more | Go to post

  • Sinjanv
    replied to Reverse a string
    in C
    but how to convert the string into bits first...
    See more | Go to post

    Leave a comment:


  • Sinjanv
    started a topic Reverse a string
    in C

    Reverse a string

    How to write a c program tat takes the string as input and convert it into bits and reverse the string
    See more | Go to post
No activity results to display
Show More
Working...