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
Can a Structure contain a Pointer to itself?
How static variables and local variablesare similar and dissimilar?
What is the extraction operator and what does it do?
Differentiate between structure and class in c++.
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
How do you remove an element from a set in c++?
How do you traverse a btree in backward in-order?
Explain about vectors in c ++?
What are arithmetic operators?
Is c++ fully object oriented?
Explain the difference between overloading and overriding?
What is iomanip c++?
Describe about storage allocation and scope of global, extern, static, local and register variables?
what is software cycle? What is a mission critical system ? What is the important aspect of a real-time system ? Explain the difference between microkernel and macro kernel. Give an example of microkernel.Why paging is used ? Which is the best page replacement algo and Why ? What is software life cycle ? How much time is spent usually in each phases and why Which one do U want to work if selected in Honeywell ? Which are the different types of testing ? What is a distributed system ? Some questions about CSP. Which languages do U know ? What are the differences between Pascal and C. questions from Compiler construction and Lisp. Which are the different computer architecture? What is the requirement in MIMD ? What is the difference between RISC and CISC processors ? Difference between loosely coupled and tightly coupled systems ? What is an open system?
What is set in c++?