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
What is the header file for setw?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
How to declare a function pointer?
What are the advantages of early binding?
Explain operator overloading.
What is a base class?
What you know about structures in C++?
Write a Program to find the largest of 4 no using macros.
What is static in c++?
What is friend class in c++ with example?
What c++ library is string in?
What is nested class in c++?
What is & in c++ function?
What is else if syntax?
an operation between an integer and real always yeilds a) integer result b) real result c) float result