Search:

Type: Posts; User: munish.forum

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    8,161

    y not float in Switch case

    why we can't use other then integer constant in case of switch?
  2. Replies
    1
    Views
    1,022

    Don't consider

    This is sample post to know about tags....



    void main(){
    printf("hello");
    }
  3. Replies
    5
    Views
    5,258

    sizeof operator implementation

    hi,

    how the sizeof operator has been implemented for finding out the allocated memory of particular variable.
  4. Replies
    2
    Views
    1,364

    Right shift on signed data types

    Hi,

    I'm getting unexpected result while doing right shift operation on signed data types.
    Sometimes getting what i expect.

    For example..

    char x=0x40, y= 0x80;

    unsigned...
  5. Replies
    11
    Views
    6,467

    difference between if and switch

    hi,

    what is the exact difference between if else and swich............?

    we can do, what ever we want by using if else instead of switch. Then when we should use switch instead of if.
    ...
Results 1 to 5 of 5