C passes By value or By reference?
Answer Posted / rasheed
yes C passes Both by value and reference.
but strictly speaking C passes only both by value
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the difference between union and structure in c?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What does c in a circle mean?
What are the 4 types of unions?
What are the standard predefined macros?
Is there anything like an ifdef for typedefs?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
What is putchar() function?
What is a function simple definition?
what is the role you expect in software industry?
Define the scope of static variables.
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
Is there a built-in function in C that can be used for sorting data?
Not all reserved words are written in lowercase. TRUE or FALSE?
Can a program have two main functions?