Can I pass constant values to functions which accept structure
arguments?

Answers were Sorted based on User's Feedback



Can I pass constant values to functions which accept structure arguments?..

Answer / siva

We cannot pass constant values to functions.

Is This Answer Correct ?    6 Yes 1 No

Can I pass constant values to functions which accept structure arguments?..

Answer / guest

No. C has no way of generating anonymous structure values.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More C Interview Questions

Can you write the algorithm for Queue?

0 Answers   College School Exams Tests, TCS,


why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above

0 Answers  


Explain what is meant by high-order and low-order bytes?

0 Answers  


Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)

1 Answers   HTC,


What does the format %10.2 mean when included in a printf statement?

0 Answers  






What is wrong in this statement? scanf(“%d”,whatnumber);

0 Answers  


Why is c faster?

0 Answers  


What is else if ladder?

0 Answers  


Write a program for print infinite numbers

3 Answers   Wipro,


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

0 Answers   Wipro,


convert 12345 to 54321 withoutusing strig

5 Answers  


Write a pro-gramme to determine whether the number is even or odd?

1 Answers  


Categories