Answer Posted / kamal
f(x-1)+x
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Compare interpreters and compilers.
What is character set?
Are bit fields portable?
Explain how do you search data in a data file using random access method?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What is meant by preprocessor in c?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
Is javascript written in c?
Explain a pre-processor and its advantages.
What is the use of volatile?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What are the string functions? List some string functions available in c.
How are pointers declared in c?
List some of the static data structures in C?
What is extern storage class in c?