Answer Posted / nashiinformaticssolutions
The sizeof operator determines the size of a data type or variable in bytes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the differences between Structures and Arrays?
What is volatile, register definition in C
What is the c value paradox and how is it explained?
What are terms in math?
How macro execution is faster than function ?
Do character constants represent numerical values?
How can a program be made to print the line number where an error occurs?
What is the ANSI C Standard?
How can I read in an object file and jump to locations in it?
Why do we use header files in c?
In a switch statement, explain what will happen if a break statement is omitted?
What are the applications of c language?
Explain the difference between #include "..." And #include <...> In c?
Which is better pointer or array?
Describe the steps to insert data into a singly linked list.