Do you know null pointer?


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

Post New Answer

More C Interview Questions

void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }

5 Answers  


How can I get the current date or time of day in a c program?

0 Answers  


how to write hello word without using semicolon at the end?

6 Answers   Accenture,


What are the types of assignment statements?

0 Answers  


what is a pointer

4 Answers   Bank Of America, TCS,






Explain what is the difference between #include and #include 'file' ?

0 Answers  


Write a program to print distinct words in an input along with their count in input in decreasing order of their count

0 Answers  


write a program to rearrange the array such way that all even elements should come first and next come odd

0 Answers  


1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

3 Answers  


1. Write a program to reverse every second word in a given sentence.

1 Answers  


Write a function that accepts two numbers,say a and b and makes bth bit of a to 0.No other bits of a should get changed.

2 Answers   Scientific Atlanta, Wipro,


Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

0 Answers   Celstream,


Categories