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

Write a simple program to find the size of different basic data types in C.

3 Answers  


how could explain about job profile

0 Answers  


Explain the importance and use of each component of this string: Foo.Bar, Version=2.0.205.0, Culture=neutral, PublicKeyToken=593777ae2d274679d

1 Answers   TCS,


How many parameters should a function have?

0 Answers  


write a programming in c language, 1 3 5 7 9 11

2 Answers   NIIT,






What is the meaning of && in c?

0 Answers  


Reverse the bit order in a single macro. eg. i/p = 10010101 --> o/p = 10101001

2 Answers  


how to write optimum code to divide a 50 digit number with a 25 digit number??

0 Answers   MGM,


Explain how does free() know explain how much memory to release?

0 Answers  


what value is returned to operating system after program execution?

0 Answers  


Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers

1 Answers  


print out of string in this format; 1. "rajesh" 2. \n 3. %d

5 Answers   mpower,


Categories