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 |
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
What is the memory allocated by the following definition ? int (*x)[10];
write a program to remove occurrences the word from entered text?
Explain 'bit masking'?
Is main an identifier in c?
Can stdout be forced to print somewhere other than the screen?
When is a null pointer used?
Explain how does free() know explain how much memory to release?
what is foreign key in c language?
size maximum allocated by calloc()
Why main function is special give two reasons?
Can a local variable be volatile in c?