Answer Posted / jayanthi
Dennis MacAlistair Ritchie
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What kind of structure is a house?
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
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
Can you apply link and association interchangeably?
What is the difference between a function and a method in c?
Here is a neat trick for checking whether two strings are equal
What is an operator?
Is c programming hard?
What is NULL pointer?
Differentiate between calloc and malloc.
how do you execute a c program in unix.
What are pragmas and what are they good for?
How pointers are declared?
Why doesnt long int work?