Define the data type qualifiers in c language, C/C++ Programming

Assignment Help:

 

Define the Data Type Qualifiers in c Language?

1. const
2. volatile

const: The const qualifier is used to tell C that the variable value can't change after initialization.

Eg:

const float pi=3.14159;

pi can't be changed at a later time within the program.


Related Discussions:- Define the data type qualifiers in c language

Area under curve, Write a program to find the area under the curve y = f(x)...

Write a program to find the area under the curve y = f(x) between x = a and x = b, integrate y = f(x) between the limits of a and b. The area under a curve between two points can b

File processing, Write a C++ program doing the following: The program reads...

Write a C++ program doing the following: The program reads from the keyboard the numbers of rows and columns of a 2-D array of integers. Then, it allocates this array (let’s name i

Basic Programming Constructs, Write a program to print all the factors of a...

Write a program to print all the factors of a positive integer A

Subtraction of numbers, Two numbers to be subtracted using bitwise operatio...

Two numbers to be subtracted using bitwise operations

Program for metric conversions, Write a program called Converter that does ...

Write a program called Converter that does three types of metric conversions. Your program should prompt the user for the selection conversion, prompt for input data, and display t

Ice_Cream Game, Do you have any solution on this activity?

Do you have any solution on this activity?

Padovan string, write a C program for padovan string for a natural number

write a C program for padovan string for a natural number

Email system, how to see inbox details of a particular email adress on cons...

how to see inbox details of a particular email adress on console

C++, Program to print the total marks and percentage of the 3 students usin...

Program to print the total marks and percentage of the 3 students using array

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd