Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


sizeof- is it functioning statically or dynamically?

Answers were Sorted based on User's Feedback



sizeof- is it functioning statically or dynamically?..

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

sizeof- is it functioning statically or dynamically?..

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

Post New Answer

More C++ General Interview Questions

declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator

0 Answers  


Does c++ support multilevel and multiple inheritances?

0 Answers  


What is c++ 11 and c++ 14?

0 Answers  


What does it mean to declare a member function as static?

0 Answers  


Can notepad ++ run c++?

0 Answers  


What is called array?

0 Answers  


Which c++ compiler is best?

0 Answers  


What is static in c++?

0 Answers  


Which function cannot be overloaded c++?

0 Answers  


Explain operator overloading.

0 Answers  


What are the vectors in c++?

0 Answers  


When volatile can be used?

3 Answers   Symphony,


Categories