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
What is static identifier?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
Explain void pointer?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What is an array in c?
Can stdout be forced to print somewhere other than the screen?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Is main a keyword in c?
Can i use “int” data type to store the value 32768? Why?
What is null pointer constant?
What is bin sh c?
What are the Advantages of using macro
explain what is a newline escape sequence?
What is call by reference in functions?
What is anagram in c?