We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6381a89 commit e4b3b5fCopy full SHA for e4b3b5f
snippets/c/mathematical-functions/swap-numbers.md
@@ -15,5 +15,5 @@ void swap(int* num1,int* num2){
15
16
// Usage:
17
int a = 3,b = 4;
18
-swap(&a,&b); // simply use printf after this to print swapped values
+swap(&a,&b); // swaps the values of the a and b variables
19
```
0 commit comments