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
What are register variables in c?
What are the 5 types of inheritance in c ++?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
Differentiate between static and dynamic modeling.
What does sizeof return c?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Explain high-order and low-order bytes.
What is a null pointer in c?
Explain the term printf() and scanf() used in c language?
What is bss in c?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What's the best way of making my program efficient?
Explain what is the difference between far and near ?
What does node * mean?
What is #include cctype?