what is the difference between const volatile int i
& volatile const int j;

Answer Posted / raj

There is no difference between const volatile int i and
volatile const int j

Is This Answer Correct ?    13 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is unary operator?

662


void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

2229


Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.

2651


Is c is a low level language?

568


A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.

1256






Is fortran still used in 2018?

598


How can you determine the maximum value that a numeric variable can hold?

643


Can a pointer be volatile in c?

539


Why c is called a middle level language?

636


What is the size of enum in bytes?

592


What is derived datatype in c?

639


a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler

618


What is a pointer in c plus plus?

698


What is floating point constants?

695


Why static is used in c?

627