Do pointers take up memory?


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

Post New Answer

More C Interview Questions

Is it possible to create recycle bin in mobiles?

2 Answers  


What do you mean by a local block?

0 Answers   InterGraph,


What is the auto keyword good for?

0 Answers  


Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...

2 Answers  


write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]

7 Answers  


for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float

1 Answers  


wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }

2 Answers  


What is an anonymous union and where to apply that ?

3 Answers   HP,


What would be an example of a structure analogous to structure c?

0 Answers  


An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

0 Answers  


What is the purpose of void in c?

0 Answers  


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

0 Answers  


Categories