sizeof- is it functioning statically or dynamically?
Answer Posted / 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 |
Post New Answer View All Answers
Which software is used to run c++ program?
Explain the concept of friend function in c++?
Discussion on error handling of C++ .
describe private access specifiers?
If a header file is included twice by mistake in the program, will it give any error?
Can you overload the operator+ for short integers?
What is the difference between structures and unions?
What is the use of setprecision in c++?
Is C++ case sensitive a) False b) Depends on implementation c) True
When can I use a forward declaration?
What parameter does the constructor to an ofstream object take?
What is difference between malloc()/free() and new/delete?
What is class and structure in c++?
Is linux written in c or c++?
What is c++ hiding?