Please write the area of a RIGHT ANGLED TRIANGLE.
Answer / aswinisekaran
Area of right angled triangle is 1/2xlengthxwidth
| Is This Answer Correct ? | 4 Yes | 0 No |
how memory store byte
multiple of 9 without useing +,* oprator
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
What are the different types of objects used in c?
What is string constants?
Tell about strtok & strstr functions
2 Answers HCL, iFlex, Motorola,
write a function for strtok()??
6)swap(int x,y) { int temp; temp=x; x=y; y=temp; } main() { int x=2;y=3; swap(x,y); } after calling swap ,what are yhe values x&y?
Explain what is a pragma?
how to add numbers without using arithmetic operators.
How can a program be made to print the line number where an error occurs?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none