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

What is the difference between call by value and call by reference in c?

0 Answers  


what are the general concepts of c and c++

2 Answers  


Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day

3 Answers  


program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

0 Answers   Huawei,


Are there any problems with performing mathematical operations on different variable types?

0 Answers  


I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed

4 Answers   Aspire,


Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.

6 Answers   FCI, TCS,


What is "Hungarian Notation"?

0 Answers   Celstream,


How can I invoke another program from within a C program?

8 Answers  


write a program to insert an element at the specified position in the given array in c language

5 Answers   Appin, IBM,


Explain pointers in c programming?

0 Answers  


Can we change the value of #define in c?

0 Answers  


Categories