What is the use of the restrict keyword?
Answer / nashiinformaticssolutions
Used to optimize pointers by guaranteeing no overlap with other pointers.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is difference between c and c++
Write a program to generate random numbers in c?
What is the purpose of 'register' keyword?
write a program to generate 1st n fibonacci prime number
why division operator not work in case of float constant?
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }
What are pointers?
0 Answers Accenture, Tavant Technologies, Zensar,
What are global variables and how do you declare them?
What will the preprocessor do for a program?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
Write a program using two-dimensional array that lists the odd numbers and even numbers separately in a 12 input values.
discuss the steps needed to get a program from source code to executable in a system?