Write a program to exchange two variaables without temp
Answer Posted / sandeep rehlan
Sir, please explain me the 3rd and 6th answer because both
are the orrect way of swapping of two variables.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is scope rule of function in c?
explain what is fifo?
Explain how do you list a file’s date and time?
How are strings stored in c?
How can I list all of the predefined identifiers?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Are negative numbers true in c?
Can a program have two main functions?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
Why are all header files not declared in every c program?
Can the “if” function be used in comparing strings?
How do you write a program which produces its own source code as output?
What does node * mean?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler