Answer Posted / 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 View All Answers
Write a program on swapping (100, 50)
In a switch statement, what will happen if a break statement is omitted?
What does struct node * mean?
What is a stream?
What are linked lists in c?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
Is c is a middle level language?
What do you mean by a sequential access file?
What are valid signatures for the Main function?
What is break statement?
How do you construct an increment statement or decrement statement in C?
What is difference between Structure and Unions?
What is the difference between mpi and openmp?
What are the types of macro formats?
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250