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 s or c?
how we can make 3d venturing graphics on outer interface
What is the stack in c?
When should we use pointers in a c program?
Mention four important string handling functions in c languages .
Explain about the functions strcat() and strcmp()?
Explain what are the different data types in c?
Differentiate between the expression “++a” and “a++”?
What standard functions are available to manipulate strings?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
How will you divide two numbers in a MACRO?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
how do you programme Carrier Sense Multiple Access
How can you convert integers to binary or hexadecimal?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc