What is the use of the sizeof operator?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
The sizeof operator determines the size of a data type or variable in bytes.
| Is This Answer Correct ? | 0 Yes | 0 No |
The sizeof operator determines the size of a data type or variable in bytes.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between exit() and _exit() function?
What does a pointer variable always consist of?
What is the use of gets and puts?
Write a C program to count the number of email on text
Is c an object oriented programming language?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
Explain argument and its types.
Explain Linker and Loader
What is the use of in c?
define c
What are the two types of structure?
How can I convert a number to a string?