C passes By value or By reference?
Answer Posted / k.thejonath
C passes to functions by both value and by reference.
Passing by value, "you just send a variable" and by
refernce means, by passing pointer.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Is main is a keyword in c?
Is there anything like an ifdef for typedefs?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
Write a program in c to replace any vowel in a string with z?
What is self-referential structure in c programming?
Which is better malloc or calloc?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
What is variable in c example?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
What are inbuilt functions in c?
Is stack a keyword in c?
Who is the main contributor in designing the c language after dennis ritchie?
Are pointers really faster than arrays?
What is a void pointer in c?
Explain can static variables be declared in a header file?