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
how should functions be apportioned among source files?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
#include
Can we change the value of static variable in c?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
Why string is used in c?
How can you restore a redirected standard stream?
Explain how can I remove the trailing spaces from a string?
Explain what are compound statements?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
What is sizeof int?
Explain that why C is procedural?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
Write a program of advanced Fibonacci series.
What is the purpose of ftell?