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 function what are the types of function?
Do you know what is the purpose of 'extern' keyword in a function declaration?
is it possible to create your own header files?
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?
What is c language used for?
1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop
write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)
26 Answers ADITI, iFlex, Infosys, Oracle, TCS, Unicops, Wipro,
How can I get back to the interactive keyboard if stdin is redirected?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
Is fortran still used in 2018?
What is LINKED LIST? How can you access the last element in a linked list?
What is the explanation for the dangling pointer in c?