Can you assign a different address to an array tag?
No Answer is Posted For this Question
Be the First to Post Answer
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
Can a program have multiple main() functions?
What are external variables in c?
How many types of operator or there in c?
How can I write a function analogous to scanf?
What is the difference between void main() and int main()?
What is the use of f in c?
Write a program that his output * *** *****
what is the difference between declaration and definition of a variable or function ?
write a program in c to print **** * * * * ****
Dear Sir, we are required the bubble sorting programs Regs Prem
why the execution starts from main function