how does a general function , that accepts an array as a
parameter, "knows" the size of the array ?
How should it define it parameters list ?


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

Post New Answer

More C Interview Questions

What is the difference between near, far and huge pointers?

0 Answers  


write a progam to compare the string using switch case?

1 Answers  


What is c programming structure?

0 Answers  


Explain can static variables be declared in a header file?

0 Answers  


i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);

8 Answers   HCL,






In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

0 Answers  


Write a C program that computes the value ex by using the formula ex =1+x/1!+x2/2!+x3+3!+………….

1 Answers  


develop algorithms to add polynomials (i) in one variable

0 Answers   Ignou, TCS,


What are type modifiers in c?

0 Answers  


Difference between constant pointer and pointer to a constant.

0 Answers   Huawei,


What is the difference between test design and test case design?

0 Answers  


What does %c do in c?

0 Answers  


Categories