What is the restrict keyword in C?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
c pgm count no of lines , blanks, tabs in a para(File concept)
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What does it mean when the linker says that _end is undefined?
Explain pointer. What are function pointers in C?
What is use of bit field?
declare afunction pointer to int printf(char *)?
main difference between c and c++ language
What is c mainly used for?
What are the usage of pointer in c?
while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?
List some applications of c programming language?
prog for 1st five prime numbers in 2^x - 1