Search:

Type: Posts; User: fjidd

Search: Search took 0.01 seconds.

  1. Thread: while loop

    by fjidd
    Replies
    9
    Views
    1,127

    @loongkee your counter is not incrementing hence...

    @loongkee your counter is not incrementing hence the value of counter will always remain zero and hence infinite loop

    try the below.


    #include<stdio.h>


    int main()
    {
  2. Replies
    34
    Views
    3,165

    @comedychiru...

    @comedychiru What exactly do you want to achieve with the code ??
  3. Thread: Bit Reversal

    by fjidd
    Replies
    3
    Views
    1,333

    Bit Reversal

    How can I optimize the bit reversal code to reduce the number of iterations [code] #define NUMER_OF_BITS_IN_BYTE 8 #define SIZE_INT sizeof(int) #define SIZE_CHAR ...
Results 1 to 3 of 3