What are variables and it what way is it different from constants?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......

2 Answers  


what is a far pointer

12 Answers   ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,


how to print 2-D array using a single for loop?

2 Answers   Mind Tree, TCS, Value Labs,


what is array?

63 Answers   Amdocs, HCL,


What are loops c?

0 Answers  






How can I manipulate individual bits?

0 Answers  


main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none

0 Answers  


What is the difference between formatted&unformatted i/o functions?

0 Answers  


how can use subset in c program and give more example

0 Answers  


How can I get the current date or time of day in a c program?

0 Answers  


what r the cpu registers r ther?

1 Answers  


What is a volatile keyword in c?

0 Answers  


Categories