What is assignment operator?
No Answer is Posted For this Question
Be the First to Post Answer
What is realloc in c?
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.
what are the different storage classes in c?
How can I automatically locate a programs configuration files in the same directory as the executable?
What is the difference b/w Structure & Array?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
Write a program for finding factorial of a number.
Explain what is the benefit of using an enum rather than a #define constant?
why ordinary variable store the later value not the initial
What is openmp in c?
Should I learn data structures in c or python?
for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable