Recent content by chaitu

  1. C

    My Philips Mp3 Players Raga Backlight has became dim.?

    Hi , My Phillips Raga MP3 players Display has became dim such that I reallyhave to starin my eyes to see the details. Please suggest a solution.
  2. C

    Please help me to write the code for comparing the sizes using structure and union,?

    using this code i couldn't get the required output please help me: struct a{ int x; float y; char c[10]; } union b{ int x; float y; char c[10]; }
Back
Top