Answer Posted / glibwaresoftsolutions
restrict is used with pointers to indicate that the object pointed to is accessed only through that pointer, enabling optimizations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are preprocessor directives in c?
When should the const modifier be used?
What are the advantages of Macro over function?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What's the difference between constant char *p and char * constant p?
What happens if header file is included twice?
What does nil mean in c?
What is difference between structure and union with example?
why we wont use '&' sing in aceesing the string using scanf
What is string constants?
What is the difference between union and anonymous union?
The file stdio.h, what does it contain?
Write the syntax and purpose of a switch statement in C.
Explain how do you use a pointer to a function?
Why is c so important?