Answer Posted / nashiinformaticssolutions
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 many key words availabel in c a) 28 b) 31 c) 32
Write a Program to find whether the given number or string is palindrome.
List the difference between a While & Do While loops?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What is c programming structure?
Under what circumstances does a name clash occur?
What is the -> in c?
How can I run c program?
What is the difference between memcpy and memmove?
How can I read/write structures from/to data files?
Explain what are multidimensional arrays?
How can you draw circles in C?
What are the different types of endless loops?
What is string length in c?
What is sizeof c?