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
How can I read/write structures from/to data files?
please explain every phase in the "SDLC" in the dotnet.
What does int main () mean?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What are c identifiers?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
Tell me can the size of an array be declared at runtime?
What header files do I need in order to define the standard library functions I use?
What is a wrapper function in c?
What is the scope of global variable in c?
How are portions of a program disabled in demo versions?
What does %p mean c?
When can you use a pointer with a function?
What is C language ?
Write a program to print “hello world” without using semicolon?