C passes By value or By reference?
Answer Posted / rohit
it depends on us how to pass a value
because ,c can pass by both value and reference
by valu means actual val of variable ia passed
by reference address of the required value is passed
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
Difference between macros and inline functions? Can a function be forced as inline?
Once I have used freopen, how can I get the original stdout (or stdin) back?
What library is sizeof in c?
What does it mean when a pointer is used in an if statement?
What does node * mean?
Why do we use return in c?
Write a function that will take in a phone number and output all possible alphabetical combinations
What is masking?
How does pointer work in c?
ATM machine and railway reservation class/object diagram
Explain how does free() know explain how much memory to release?
What are qualifiers?
I heard that you have to include stdio.h before calling printf. Why?
What is nested structure?