What is sizeof array in c?



What is sizeof array in c?..

Answer / Santosh Prasad

"The sizeof operator in C returns the size of the specified type, in bytes. When applied to an array, it returns the total number of bytes required to store the entire array."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics

1 Answers  


What is the advantage of using #define to declare a constant?

1 Answers   Agilent, ZS Associates,


print the following using nested for loop. 5 4 3 2 1 1 2 3 4 3 2 1 1 2 1 2 1 1 2 3 4 3 2 1 1 2 3 4 5

7 Answers   IBM,


swapping of two numbers without using third variable using AND and OR operators

2 Answers  


code snippet for creating a pyramids triangle ex 1 2 2 3 3 3

4 Answers  


What is dynamic memory allocation?

1 Answers  


When should a far pointer be used?

1 Answers   Aspire, Infogain,


Where static variables are stored in c?

1 Answers  


Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child

10 Answers   IBM, Infosys,


Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986

2 Answers  


What is the difference between #include and #include 'file' ?

1 Answers  


actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston

3 Answers   Ramco,


Categories