Constant In C Programming Language Explain With Examples
What is constant in c programming:we know that constant means the value can not be changed any time. Same as in c language if we declare any variable as constant then its value can not be change on time of execution.
For ex: if we declare a variable c=4 and make it constant. then we run this program and in mid of the program if we the value is changing c=6, but we are already declare as a consultant so its value should be remain 4.
Search Keyword: what is constant, explain constant with example, how counstant work in c programming.



0 comments:
Post a Comment
Thanks For Your Comment. We Get Back To You As Soon As Possible.