Answer Posted / aswinisekaran
Area of right angled triangle is 1/2xlengthxwidth
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
difference between object file and executable file
cavium networks written test pattern ..
the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....
Why is this loop always executing once?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
what is the syallabus of computer science students in group- 1?
Is Exception handling possible in c language?
Why functions are used in c?
Is main an identifier in c?
What is wild pointer in c with example?
Can we declare variable anywhere in c?
what type of questions arrive in interview over c programming?
What is the g value paradox?
Explain how can a program be made to print the line number where an error occurs?