Answer Posted / guest
i=10,j=10
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
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
What is a list in c?
Where define directive used?
What is extern keyword in c?
What is 1d array in c?
a c code by using memory allocation for add ,multiply of sprase matrixes
How can a number be converted to a string?
What are the 4 types of organizational structures?
What is character constants?
Why we write conio h in c?
What is a program flowchart?
Why we use conio h in c?
What is a lookup table in c?
Describe the order of precedence with regards to operators in C.
Explain the difference between structs and unions in c?