we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called
a) calls by reference
b) calls by value
c) calls by zero
d) none of the above
No Answer is Posted For this Question
Be the First to Post Answer
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
Why doesn't C support function overloading?
How do you initialize function pointers? Give an example?
What is a volatile keyword in c?
How pointer is benefit for design a data structure algorithm?
Why can’t we compare structures?
Write a c program to print the even numbers followed by odd numbers in an array without using additional array
question-how to run a c programme.
What are the 5 types of inheritance in c ++?
main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }
What does printf does?
what is unsigened char and what is the difference from char