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
hi , please send me NIC written test papers to sbabavalli@gmail.com
What is the real time usage volatile?
What is volatile keyword in c?
write a program for fibonaci series by using while loop in c?
What is define directive?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
What is the difference between Printf(..) and sprint(...) ?
What are the different types of objects used in c?
What is else if ladder?
write a c programme for add of two numbers with out use of arthematic operators
what is difference between declaring the pointer as int and char in c language?
what is the difference between exit() and _exit() functions?