Search:

Type: Posts; User: Om178890

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    825

    Hi San, '=' is assignment operator(It will put...

    Hi San,

    '=' is assignment operator(It will put the value form RHS to LFS).

    '==' is comparison operator.(It will compair the RHS and LHS value. If the value matches then only it will be true....
  2. returning two structure value from a single fucntion

    Hi,

    I have one function :




    void con_get_dev_con_status_sync(ST_DEV_CONNECTION_STATUS_NOTIFY *dev_info)
    {
    printf("HF PMASK :: %d\n",SyncData.dev_info1.profile_mask);
Results 1 to 2 of 2