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

illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question

0 Answers  


what is output of the following statetment?Printf(“%x”, -1<<4); ?

5 Answers  


what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }

3 Answers  


wat are the two methods for swapping two numbers without using temp variable??

2 Answers  


Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()

2 Answers   Accenture, TCS,






main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }

4 Answers   Vector, Vector India,


What is meaning of "Void main" in C Language.

24 Answers   Ford, GU, HCL, IBIBS, JUW, TCS,


List some of the dynamic data structures in C?

0 Answers  


How to delete a node from linked list w/o using collectons?

0 Answers   Zycus Infotech,


What is static volatile in c?

0 Answers  


What is the default value of local and global variables in c?

0 Answers  


What does a function declared as pascal do differently?

0 Answers  


Categories