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

Answer Posted / guest

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

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of pragma in embedded c?

601


What is storage class?

668


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

1273


in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none

615


What is abstract data structure in c?

542






What is the difference between the local variable and global variable in c?

546


How can a program be made to print the name of a source file where an error occurs?

746


ATM machine and railway reservation class/object diagram

4817


What is c mainly used for?

611


What are the different types of constants?

652


differentiate built-in functions and user – defined functions.

649


What are structural members?

584


Who invented b language?

933


How a string is stored in c?

600


What is property type c?

615