Answer Posted / shruti
functions can return values.
structures cannot return values.
we can pass arguments to the function
we cannot pass any argument to the structure.
| Is This Answer Correct ? | 115 Yes | 20 No |
Post New Answer View All Answers
What is a const pointer?
What is the use of ?
What are header files in c programming?
Explain what is the benefit of using enum to declare a constant?
How can you tell whether a program was compiled using c versus c++?
How do you define structure?
How can I make sure that my program is the only one accessing a file?
What are the types of data types and explain?
Write a code to generate divisors of an integer?
What are the 4 types of organizational structures?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
explain what is fifo?
What does 4d mean in c?
What is double pointer in c?
Do array subscripts always start with zero?