Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

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

0 Answers  


#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?

3 Answers   Huawei,


swap two integer variables without using a third temporary variable?

6 Answers   Persistent,


What is difference between structure and union in c programming?

0 Answers  


What is n in c?

0 Answers  


A program to allow an input operand and operator from the operator and read on the display and output operand.

0 Answers  


write a program to delete an item from a particular location of an linear array?

1 Answers  


What is array in c with example?

0 Answers  


find the minimum of three values inputted by the user

3 Answers  


Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.

5 Answers  


Write a program to find minimum between three no.s whithout using comparison operator.

4 Answers   IBM,


What is memcpy() function?

0 Answers  


Categories