TAB

C-Programming Objective Questions on Constant

C-Programming  Constant
Hello Friends,
The const keyword is used to create a read only variable. Once initialised, the value of the variable cannot be changed but can be used just like any other variable.  
ex: 
  •  main() 
 { 
const float pi = 3.14;
 }

  • const int   degrees = 360; 
            const float pi      = 3.14; 
            const char  quit    = 'q'; 

 In Interview these kinds of questions will be asked in written Technical Round.
All type of questions which will be asked in written Technical round based on this topic is uploaded.


C-Programming  Constant

 If the Download link Appears to be broken or not Available please Comment Here or      Type your mail ID.
I will Share The Link Again or Mail You.

              Subscribe for Daily updates  And Join The Fresher Station Facebook Group.

No comments:

Post a Comment

Related Posts

Related Posts Plugin for WordPress, Blogger...