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

Post New Answer

More C Interview Questions

What is the most efficient way to count the number of bits which are set in an integer?

0 Answers  


The difference between printf and fprintf is ?

0 Answers   Baan Infotech,


WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER

0 Answers  


Program to find largest of three numbers without using comparsion operator?

3 Answers  


write a program in c to read array check element is present or not?

1 Answers  


What does %p mean?

0 Answers  


WHAT IS HIGH LEVEL LANGUAGE?

2 Answers  


Explain which function in c can be used to append a string to another string?

0 Answers  


What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }

4 Answers   ADITI,


read a number & print all its devisors using c-program?

3 Answers  


How can I call a function, given its name as a string?

4 Answers   ABC Telecom,


Write a program for Overriding.

0 Answers  


Categories