Forum

Variable in C++

This thread contains 1 reply, has 2 voices, and was last updated by Nitesh User Do not delete 5 years, 3 months ago.

  • Author Replies
    • #51866

      In how many ways we can initialize an int variable in C++?


    • #51869

      In c++, variables can be initialized in 2 ways, the traditional C++ initialization using “=” operator and second using the constructor notation.

      Traditional C++ initilization

      int i = 10;
      variable i will get initialized to 10.

      Using C++ constructor notation

      int i(10);
      Implicit conversions are performed when a type (say T) is used in a context where a compatible type (Say F) is expected so that the type T will be promoted to type F.

      short a = 2000 + 20;

      In the above example, variable a will get automatically promoted from short to int. This is called implicit conversion/coercion in c++.


      Regards,
      Nitesh Bavishiya

Viewing 1 reply thread

You must be to reply to this thread.Please or . Registration is 100% free.

GET FREE CONSULTATION

Call Us Now For Free Consultation97370 05566

Our experts listen to you patiently and suggest you the right course after conducting a personality profile test. Register your interest below to schedule personality profile test for you.

SUBSCRIBE TO OUR NEWSLETTER

Copyright 2016-2024 Smart Mentors. All Rights Reserved.

Login

FORGOT PASSWORD

Sign up now to Become An Instructor

    Register your Interest

      cf7captchaRegenerate Captcha