Answer Posted / prady
To provide accuracy for calculations.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What does 3 periods mean in texting?
What is the difference between union and anonymous union?
How would you rename a function in C?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
State the difference between realloc and free.
Write a program to find factorial of a number using recursive function.
What is c definition?
How do you define structure?
What are identifiers c?
What are the features of c languages?
Is this program statement valid? INT = 10.50;
Difference between strcpy() and memcpy() function?
What are pointers in C? Give an example where to illustrate their significance.
Explain main function in c?
What is the use of pragma in embedded c?