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

Post New Answer

More C Interview Questions

How can I prevent other programmers from violating encapsulation by seeing the private parts of my class?

1 Answers  


Write a C++ program to give the number of days in each month according to what the user entered. example: the user enters June the program must count number of days from January up to June

0 Answers  


What is pivot in c?

0 Answers  


why we wont use '&' sing in aceesing the string using scanf

0 Answers   HCL,


write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?

2 Answers   Zensar,


Do you know the purpose of 'register' keyword?

0 Answers  


How can I do graphics in c?

0 Answers  


Differentiate between ordinary variable and pointer in c.

0 Answers  


How. To pass the entrance test

1 Answers   Tech Mahindra,


What are the benefits of organizational structure?

0 Answers  


How to reverse a string using a recursive function, without swapping or using an extra memory?

31 Answers   Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,


write a program to find lcm and hcf of two numbers??

1 Answers  


Categories