What are qualifiers?
What are the uses of pre-processor directives?
What is huge pointer in c?
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???????????
What are categories used for in c?
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
Why is sprintf unsafe?
Explain goto?
What are comments and how do you insert it in a C program?
How does struct work in c?
Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
ABCDCBA ABC CBA AB BA A A
What do you understand by normalization of pointers?