Answer Posted / pallavi dhanopiya
a=a*b*c;
b=a/b/c;
c=a/b/c;
a=a/b/c;
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
How can you invoke another program from within a C program?
What is the use of structure padding in c?
What is operator promotion?
What is variables in c?
hi any body pls give me company name interview conduct "c" language only
Can you subtract pointers from each other? Why would you?
How are 16- and 32-bit numbers stored?
Is javascript written in c?
How do you convert strings to numbers in C?
What are the advantages of using macro in c language?
What are different storage class specifiers in c?
What language is windows 1.0 written?
What is modifier & how many types of modifiers available in c?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
What is an example of structure?