1.int a=10;
2.int b=20;
3. //write here
4.b=30;
Write code at line 3 so that when the value of b is changed
variable a should automatically change with same value as b.
5.
No Answer is Posted For this Question
Be the First to Post Answer
How can you tell whether a program was compiled using c versus c++?
Which is better malloc or calloc?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What is the difference between call by value and call by reference in c?
how to swap two nubers by using a function with pointers?
Explain what is the difference between declaring a variable and defining a variable?
What is typedef?
What is c mainly used for?
Is null equal to 0 in sql?
What is queue in c?
What does %p mean c?
prog for 1st five prime numbers in 2^x - 1