How to swap two values using a single variable ?
condition: Not to use Array and Pointer ?
Answer Posted / guest
use actual and formal function
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
What are pointers in C? Give an example where to illustrate their significance.
What is pre-emptive data structure and explain it with example?
What is wrong with this declaration?
Can you assign a different address to an array tag?
What does char * * argv mean in c?
What is the auto keyword good for?
What is integer constants?
What does nil mean in c?
What are nested functions in c?
What does struct node * mean?
Explain how do you determine the length of a string value that was stored in a variable?
Explain the use of #pragma exit?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
What is a constant?
What is the difference between array and pointer?