Search:

Type: Posts; User: sweezy

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    4,080

    i have a question about bitwise operator?

    the program is : c program to check if two integers entered have opposite or same signs using bitwise operator

    when i decalre two varibles of type integer(int)


    #include<stdio.h>...
  2. Replies
    4
    Views
    2,130

    laserlight...

    laserlight fcb=facebook... plz to to communicate :rolleyes:
  3. Replies
    4
    Views
    2,130

    laserlight plz your fcb account

    laserlight plz your fcb account
  4. Replies
    4
    Views
    2,130

    i have some questions...?

    the story began when i wanted to create password program(insertion password)
    my thought was that insert char by char and transforms any char into star symbol(*) of course after a short time of...
  5. Replies
    3
    Views
    2,169

    totally, you're right ..........about algorithms...

    totally, you're right ..........about algorithms i think that (Introduction to Algorithms, Second Edition: 9780262531962: Computer Science Books @ Amazon.com) is the best or no ? ,and what do you...
  6. Replies
    3
    Views
    3,520

    question about file handling ?!

    when you want to delete line from file or even edit it or add a line
    to do that i found algorithm or in fact two algorithms.

    first: when you want to delete or edit a line in a file called...
  7. Replies
    3
    Views
    2,169

    i need an advice....-?

    already i completed this book(http://www.amazon.com/Beginning-From-Novice-Professional/dp/1590597354)
    and i found it very well for beginners.

    and now what's will be the next book for me to...
  8. Replies
    4
    Views
    5,400

    why i asked this question ?..u know i found this...

    why i asked this question ?..u know i found this question about c programng interview and it was that :

    (9)What will be output of following program?



    #include<stdio.h>
    int main(){
    char...
  9. Replies
    4
    Views
    5,400

    question about file

    FILE pointer is struct data type which has been defined in standard library stdio.h. It has been defined in stdio.h as


    typedef struct _iobuf
    {
    char* _ptr;
    int _cnt;
    char* ...
  10. Replies
    2
    Views
    1,884

    question about bit fields?

    when i watch a video about bit fileds to understand it
    the teacher who made the video he wrote this:


    struct
    {
    int member : 3;
    }d1;
    d1.member=7;
  11. some questions about memory layout of a c program?

    when we talk about memory layout of a cprogram ....is it hapning in compile step or link or when we writ a c program immediatly?
    another point :text segment is it a-out?
    as i understood the text...
Results 1 to 11 of 11