how to swap 2 numbers within a single statement?
Answers were Sorted based on User's Feedback
Answer / ratishchandra huidrom
if(c=a&&a=b&&b=c)printf("%d %d",a,b);
| Is This Answer Correct ? | 0 Yes | 3 No |
there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?
how many argument we can pas in in a function
Did c have any year 2000 problems?
Write a program using bitwise operators to invert even bits of a given number.
implement OR gate without using any bitwise operator.
Can we change the value of #define in c?
what is the use of fflush() function?
What is the purpose of 'register' keyword in c language?
Is there any possibility to create customized header file with c programming language?
What is a constant and types of constants in c?
what is the similarities between. system call and library function?
What are terms in math?