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 |
What are high level languages like C and FORTRAN also known as?
What is the explanation for cyclic nature of data types in c?
enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }
What is difference between Structure and Unions?
write an algorithm to display a square matrix.
What is structure padding ?
How to set file pointer to beginning c?
In a switch statement, what will happen if a break statement is omitted?
How can you restore a redirected standard stream?
how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48
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,