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
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
How to print India by nested loop? I IN IND INDI INDIA
why we are using semicolon at the end of printh statment
WHAT IS LOW LEVEL LANGUAGE?
What are the features of c language?
What are compound statements?
What is identifier in c?
What is the hardest programming language?
what is a void pointer?
Write program to remove duplicate in an array?
int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(ā%dā,*(*(x+1)+3));
Which control loop is recommended if you have to execute set of statements for fixed number of times?