Can the sizeof operator be used to tell the size of an array passed to a function?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Did c have any year 2000 problems?

0 Answers  


Not all reserved words are written in lowercase. TRUE or FALSE?

0 Answers  


/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*

6 Answers  


WHAT IS ABSTRACT DATA TYPE

4 Answers   Wipro,


write a program for odd numbers?

15 Answers  






What is the meaning When we write "#include" what is # and what does include does there???

22 Answers   HCL, Wipro,


int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?

3 Answers  


WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS

4 Answers  


write a c program that prints all multiples of 3between 1 and 50.

5 Answers  


IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.

5 Answers   TCS,


What is a program flowchart and explain how does it help in writing a program?

0 Answers  


What is structure in c language?

0 Answers  


Categories