Answer Posted / uj
(x ^= y), (y ^= x), (x ^= y);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a macro, and explain how do you use it?
What is enumerated data type in c?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What is the acronym for ansi?
find out largest elemant of diagonalmatrix
what will be the output for the following main() { printf("hi" "hello"); }
What are compound statements?
What is the difference between procedural and functional programming?
Can a local variable be volatile in c?
Write a C program in Fibonacci series.
What is the process to create increment and decrement stamen in c?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
Explain what is the difference between far and near ?
How can you read a directory in a C program?