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

12. Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV

4 Answers   Accenture,


write a program wch produces its own source code aas its output?

1 Answers   IonIdea,


Explain what is the best way to comment out a section of code that contains comments?

0 Answers  


Reverse the bit order in a single macro. eg. i/p = 10010101 --> o/p = 10101001

2 Answers  


What is #define used for in c?

0 Answers  






What is structure data type in c?

0 Answers  


What is echo in c programming?

0 Answers  


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

0 Answers  


What is information technology.

1 Answers  


What will be the output of x++ + ++x?

20 Answers   MBT, Religare,


which type of question asked from c / c++ in interview.

2 Answers  


What are the types of pointers?

0 Answers  


Categories