Answer Posted / sarmatha tk
LAST IN FIRST OUT
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What do you mean by recursion in c?
What is scope rule in c?
What is malloc calloc and realloc in c?
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 data structure in c programming?
Explain what math functions are available for integers? For floating point?
What is malloc return c?
What is character constants?
What are conditional operators in C?
Describe the order of precedence with regards to operators in C.
Tell us bitwise shift operators?
find the sum of two matrices and WAP for it.
Why is main function so important?
What is the use of clrscr?
Explain a pre-processor and its advantages.