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 |
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
what is the difference between %d and %*d in c languaga?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
Explain how do you list files in a directory?
what is void pointer?
for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What does emoji p mean?
Explain what header files do I need in order to define the standard library functions I use?
In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?
What is printf () in c?
write a code for large nos multilication (upto 200 digits)