Answer Posted / sundar
a=a+b+c
b=a-(b+c)
c=a-(b+c)
a=a-(b+c)
| Is This Answer Correct ? | 89 Yes | 13 No |
Post New Answer View All Answers
What is the difference between if else and switchstatement
Can stdout be forced to print somewhere other than the screen?
What does void main () mean?
What is calloc()?
Are the variables argc and argv are always local to main?
What is the meaning of 2d in c?
How can you restore a redirected standard stream?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
Can a pointer be volatile in c?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What is the default value of local and global variables in c?
What is the hardest programming language?
When a c file is executed there are many files that are automatically opened what are they files?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
How can I direct output to the printer?