What are qualifiers?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What are the uses of pre-processor directives?

2 Answers  


What is huge pointer in c?

0 Answers  


can you explain in brief what is "r+" mode in a file... i know that it si used to read and modify rhe existing content.... but explalanation about the file pointer in "r+" mode i wann to know???????????

2 Answers   Cognizant,


What are categories used for in c?

0 Answers  


What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }

1 Answers   Google,






Why is sprintf unsafe?

0 Answers  


Explain goto?

0 Answers  


What are comments and how do you insert it in a C program?

0 Answers  


How does struct work in c?

0 Answers  


Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }

3 Answers   Qualcomm,


ABCDCBA ABC CBA AB BA A A

4 Answers   TCS,


What do you understand by normalization of pointers?

0 Answers  


Categories