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 |
What are the advantages of inheritance in c++?
what is data abstraction in C++?
When do we run a shell in the unix system?
What are the classes in c++?
What is array in c++ pdf?
Explain the difference between struct and class in terms of access modifier.
What is meant by a delegate?
Write a program to concatenate two strings.
What is the use of endl?
Is linux written in c or c++?
Differentiate between a copy constructor and an overloaded assignment operator.
What is null c++?