Answer Posted / pavan
a=(a+b+c)-(b=a)-(c=b)
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is hungarian notation? Is it worthwhile?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
What is dynamic dispatch in c++?
What is a wrapper function in c?
With the help of using classes, write a program to add two numbers.
What is main () in c language?
Why pointers are used in c?
What is meant by type casting?
Is main an identifier in c?
Explain which function in c can be used to append a string to another string?
I have seen function declarations that look like this
Can you please explain the difference between strcpy() and memcpy() function?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is the difference between strcpy() and memcpy() function in c programming?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.