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


Please Help Members By Posting Answers For Below Questions

What are the advantages of c preprocessor?

726


What is static and volatile in c?

791


How are strings stored in c?

601


What is the difference between #include

and #include “header file”?

559


Process by which one bit pattern in to another by bit wise operation is?

624






given post order,in order construct the corresponding binary tree

2336


Explain how can I avoid the abort, retry, fail messages?

599


Which is better malloc or calloc?

661


Can we declare a function inside a function in c?

606


Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

1776


Why do we use static in c?

641


What is volatile variable in c?

666


What’s a signal? Explain what do I use signals for?

620


Why string is used in c?

594


What are the types of data types and explain?

677