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 |
write a program to copy a string without using a string?
progrem to generate the following series 1 12 123 1234 12345
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
Why is structure important for a child?
how to write palindrome program?
What is #line?
Give the Output : * * * * * * * * * *
What is function pointer and where we will use it
How would you print out the data in a binary tree, level by level, starting at the top?
What is the main difference between calloc () and malloc ()?
Explain why c is faster than c++?
the operator for exponencation is a.** b.^ c.% d.not available