Answer Posted / salini
for fractional values
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is structure and union in c?
Which is better between malloc and calloc?
In a byte, what is the maximum decimal number that you can accommodate?
Can true be a variable name in c?
What are runtime error?
What is 1d array in c?
What language is lisp written in?
Are pointers integers in c?
How do I swap bytes?
What is the difference between exit() and _exit() function in c?
Describe the header file and its usage in c programming?
what is different between auto and local static? why should we use local static?
What is wrong in this statement? scanf(ā%dā,whatnumber);
What is storage class?
Can you add pointers together? Why would you?