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
Can anyone tell what is stack overflow? what precaution we should take?
Give me basis knowledge of c , c++...
What is const and volatile in c?
What will be result of the following program? void myalloc(char *x, int n) { x= (char *)malloc(n*sizeof(char)); memset(x,\0,n*sizeof(char)); } main() { char *g="String"; myalloc(g,20); strcpy(g,"Oldstring"); printf("The string is %s",g); } a) The string is : String b) Run time error/Core dump c) The string is : Oldstring d) Syntax error during compilation e) None of these
How do you determine the length of a string value that was stored in a variable?
What are # preprocessor operator in c?
What is calloc() function?
Who developed c language?
Explain what are binary trees?
What is pointer and structure in c?
Where static variables are stored in c?
which type of aspect you want from the student.