write a c programming using command line
argument,demonstrate set
operation(eg;union,intersection,difference)
example output is
c:>setop 12 34 45 1 union 34 42 66
c:>setop 12 34 1 42 66
c:>setop 12 34 diff 12 56 67 78
setop 12 34
No Answer is Posted For this Question
Be the First to Post Answer
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?
swap two integer variables without using a third temporary variable?
What is difference between structure and union in c programming?
What is n in c?
A program to allow an input operand and operator from the operator and read on the display and output operand.
write a program to delete an item from a particular location of an linear array?
What is array in c with example?
find the minimum of three values inputted by the user
Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.
Write a program to find minimum between three no.s whithout using comparison operator.
What is memcpy() function?