What is the restrict keyword in C?



What is the restrict keyword in C?..

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

Post New Answer

More C Interview Questions

What are high level languages like C and FORTRAN also known as?

0 Answers  


What is the explanation for cyclic nature of data types in c?

0 Answers  


enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }

4 Answers   ME,


What is difference between Structure and Unions?

0 Answers   TISL,


write an algorithm to display a square matrix.

0 Answers  






What is structure padding ?

3 Answers   HP,


How to set file pointer to beginning c?

0 Answers  


In a switch statement, what will happen if a break statement is omitted?

0 Answers  


How can you restore a redirected standard stream?

0 Answers  


how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48

1 Answers  


1,4,8,13,21,30,36,45,54,63,73,?,?.

10 Answers   AMB, Franklin Templeton,


what is the use of getch() function in C program.. difference b/w getch() and getche()??

29 Answers   HCL, IBM, Infosys, TCS, Wipro,


Categories