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
write a program to find the given number is prime or not
Can we replace the struct function in tree syntax with a union?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What is static function in c?
What are types of structure?
What happens if a header file is included twice?
Define VARIABLE?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
Differentiate between functions getch() and getche().
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
Can a pointer point to null?
Can you please explain the scope of static variables?
What is the hardest programming language?
Is there any possibility to create customized header file with c programming language?
Write programs for String Reversal & Palindrome check