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
Disadvantages of C language.
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
What does void main () mean?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
wt is d full form of c
prog for 1st five prime numbers in 2^x - 1
how to add our own function in c library please give details.?
how to construct a simulator keeping the logical boolean gates in c
WHAT IS LOW LEVEL LANGUAGE?
Write a program to find given number is even or odd without using any control statement.
What does sizeof function do?
How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?