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
What is type qualifiers?
What is the size of structure pointer in c?
What is assert and when would I use it?
Write a C program in Fibonacci series.
How does pointer work in c?
What is a lookup table in c?
What is the difference between near, far and huge pointers?
Explain how can you tell whether a program was compiled using c versus c++?
What is derived datatype in c?
Why is extern used in c?
how to execute a program using if else condition and the output should enter number and the number is odd only...
Where static variables are stored in c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is ponter?
Explain the concept and use of type void.