sizeof- is it functioning statically or dynamically?
Answers were Sorted based on User's Feedback
Answer / sujay singh
sizeof is generally a compile-time operation, although in
C99 it can be used at run-time to find the size of a
variable length array.
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / saranya
sizeof operator is a runtime operator because it is used to
get the size of the variable during the runtime.
Is This Answer Correct ? | 0 Yes | 0 No |
which operator is used for performing an exponential operation a) > b) ^ c) none
Why is c++ so fast?
Explain selection sorting. Also write an example.
What is ifstream c++?
write a porgram in c++ that reads an integer and print the biggest digit in the number
difference between macro and function?
How do I run a program in notepad ++?
Describe run-time type identification?
What are advantages of using friend classes?
How many storage classes are available in C++?
what is static function
What are different types of loops in c++?