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 |
Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.
Is c is a low level language?
What is the purpose of sprintf() function?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
what is the difference between NULL & NUL keywords in C?
Can you write a programmer for FACTORIAL using recursion?
pascal triangle program
why do we use pointer instead directly acessing the data?
How can I avoid the abort, retry, fail messages?
what is a pointer
4 Answers Bank Of America, TCS,
How to calculate sum
write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer