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 is size of string in c++?
What is heap sort in c++?
What do you mean by function and operator overloading in c++?
What will the line of code below print out and why?
What is the two main roles of operating system?
How can I improve my c++ skills?
what are Access specifiers in C++ class? What are the types?
Does c++ have string data type?
Explain "passing by value", "passing by pointer" and "passing by reference" ?
Do the names of parameters have to agree in the prototype, definition, and call to the function?
program in c++ to input digits and print in words
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
0 Answers College School Exams Tests, CS,