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

Post New Answer

More C Interview Questions

How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.

1 Answers  


how to create c progarm without void main()?

1 Answers   NIIT,


Can you please explain the scope of static variables?

0 Answers  


Why C language is a procedural language?

0 Answers   Ericsson,


Is double link list a linear data structure? If Yes, Why?If No, Why?

4 Answers  






what is a stack

3 Answers  


Is reference used in C?

1 Answers  


How do you initialize pointer variables?

0 Answers  


inline function is there in c language?

4 Answers  


what is the maximum limit of row and column of a matrix in c programming. in linux .

4 Answers   NIIT,


How to add two numbers without using semicolon n c????

3 Answers  


What is a wrapper function in c?

0 Answers  


Categories