printfn

  1. techking_dinesh

    [C] Help with Strings

    Hello I need to do a menu driven programme on strings without using the library functions like strcpy and stuff I need to do the programme in 2 modes.. 1.Using functions 2. using pointers I am almost Done with part I... I am not able to code string compare , Palindrome and Sub String I am...
  2. techking_dinesh

    Need C programme for Set operations

    Hello. I need a little help with c. I have to code a programme with following features. Enter 2 Sets and display them on Screen in sorted order with no elements repeated ( Using array ) Then Using Switch case to perform the following operations 1. Union 2. Intersection 3. difference 4...
Top Bottom