Does free set pointer to null?


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

Post New Answer

More C Interview Questions

Does free set pointer to null?

0 Answers  


How can I allocate arrays or structures bigger than 64K?

5 Answers  


the question is that what you have been doing all these periods (one year gap)

0 Answers   HCL,


what is op? for(c=0;c=1000;c++) printf("%c",c);

21 Answers   Trigent,


general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only

0 Answers  






what is difference between C and C++

4 Answers  


write a programe returns the number of times the character appears in the string

2 Answers  


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

2 Answers   Cap Gemini, HCL,


Give the Output : * * * * * * * * * *

2 Answers  


what are the difference between ANSI C and Let Us c and Turbo C

4 Answers   LG Soft,


main() { int l=6; switch(l) { default:l=l+2; case 4:l=4; case 5:l++; break; } printf("%d",l); }

1 Answers  


swapping of two numbers without using third variable using AND and OR operators

2 Answers  


Categories