What are qualifiers?



What are qualifiers?..

Answer / Bholendra Pratap Pandey

"Qualifiers in C programming are keywords used to modify the properties of variables. The three common qualifiers are const, volatile, and restrict."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

my name is nani i completed my b-tech in hyd now i want go for interveiw but i dont know the process of software field interveiws plz help me anyone how many rouds there n what rounds plz plz plz help me n where i can get these details

2 Answers  


What is the memory allocated by the following definition ? int (*x)[10];

4 Answers   ADITI, Wipro,


write a program to remove occurrences the word from entered text?

1 Answers  


Explain 'bit masking'?

1 Answers   EXL,


Is main an identifier in c?

1 Answers  


Can stdout be forced to print somewhere other than the screen?

1 Answers  


When is a null pointer used?

1 Answers  


Explain how does free() know explain how much memory to release?

1 Answers  


what is foreign key in c language?

1 Answers   ADP,


size maximum allocated by calloc()

3 Answers   DELL,


Why main function is special give two reasons?

1 Answers  


Can a local variable be volatile in c?

1 Answers  


Categories