In c programming typeing to occupy the variables in memory
space.
if not useing the variable the memory space is wasted.ok,
how to avoid the situation..? (the variable is used &
notused)


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

Post New Answer

More C Interview Questions

Explain how can a program be made to print the line number where an error occurs?

0 Answers  


Why is it usually a bad idea to use gets()? Suggest a workaround.

1 Answers  


the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....

2 Answers   Ignou,


How do you sort filenames in a directory?

0 Answers  


Why is c called a mid-level programming language?

0 Answers  






post new interiew question and aptitude test papers

1 Answers  


Do array subscripts always start with zero?

0 Answers  


what is the need for main function in c?

5 Answers  


How do you search data in a data file using random access method?

0 Answers  


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

0 Answers   Wilco,


What are the benefits of c language?

0 Answers  


What are the different types of pointers?

4 Answers   HCL, TCS,


Categories