Search:

Type: Posts; User: JennyG

Search: Search took 0.01 seconds.

  1. oops, forgot to mention earlier, cannot use...

    oops, forgot to mention earlier, cannot use fwrite as well.
  2. Tricky C question asked in an interiew - display name?

    How to display name on screen with a C program without using printf,puts,putch,cprintf,sprintf ?

    Any suggestion/solution ?

    - Jenny
  3. Thanks who have replied with their valuable...

    Thanks who have replied with their valuable comments.

    Also, yes I kinda agree with you all (those who have PM me) this guy "iMalc" does look like a psycho path, will ignore him :)
    (Thanks for...
  4. Thanks all of you. code updated and now works for...

    Thanks all of you. code updated and now works for all cases (on windows - TC)
    However im still unable to remove 15 warnings for 'Suspicious pointer conversion'
    Can you try to run this code on your...
  5. Thanks guys. Sorry for my terrible mistake. I...

    Thanks guys. Sorry for my terrible mistake. I pasted wrong code above.
    The proper code is here (with 0 errors and a warning 'Suspicious pointer conversion')
    Code executes without an issue for all...
  6. Thanks for info again. The code works fine on...

    Thanks for info again.
    The code works fine on Windows for Add, Sub and everything but just not for Mul and hence need help in understanding the fix in above code.
  7. Thanks for the info. Can you please help me to...

    Thanks for the info.
    Can you please help me to fix the above code?
    Appreciate your help !
  8. Thanks grumpy...

    Thanks grumpy.
    Sorry Im bit new in C, im not sure what you mean exactly? Can you please paste sample?
  9. Here is the code : #include ...

    Here is the code :




    #include<stdio.h>
    #include<conio.h>

    void input(int**x,int*p1,int*p2) //accepting matix from user
    {
  10. Problem with 'Matrix Multiplication using Pointers'

    Hello C Gurus,

    I am writing a C prog for Matrix Multiplication of X rows and Y cols using Pointers but getting warning and error:

    Warning : Suspicious pointer conversion
    Error : Illegal use...
Results 1 to 10 of 10