Can I pass constant values to functions which accept structure
arguments?
Answer Posted / siva
We cannot pass constant values to functions.
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
can anyone suggest some site name..where i can get some good data structure puzzles???
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
What are the different file extensions involved when programming in C?
What does the function toupper() do?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What is a built-in function in C?
Explain what are the __date__ and __time__ preprocessor commands?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
Are there namespaces in c?
Is file a keyword in c?
Write a program to check armstrong number in c?
What does void main return?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
What is #include stdio h?
What is calloc malloc realloc in c?