This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be
a) call_me(myvar)
b) call_me(*myvar)
c) call_me(&myvar)
d) expanded memory
No Answer is Posted For this Question
Be the First to Post Answer
What is int main () in c?
Why c is called a middle level language?
Write a program to print fibonacci series using recursion?
If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.
write a 'c' program to sum the number of integer values
Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?
question-how to run a c programme.
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
Explain 'bus error'?
I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?
What is a constant and types of constants in c?
What is period operator in c?