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
Did c have any year 2000 problems?
Not all reserved words are written in lowercase. TRUE or FALSE?
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
WHAT IS ABSTRACT DATA TYPE
write a program for odd numbers?
What is the meaning When we write "#include" what is # and what does include does there???
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS
write a c program that prints all multiples of 3between 1 and 50.
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.
What is a program flowchart and explain how does it help in writing a program?
What is structure in c language?