Is that possible to add pointers to each other?


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

Post New Answer

More C Interview Questions

What is an auto keyword in c?

0 Answers  


Explain high-order and low-order bytes.

0 Answers  


What is the use of a ‘’ character?

0 Answers  


Write a program to print ASCII code for a given digit.

0 Answers   EXL, HCL,


Explain how can you restore a redirected standard stream?

0 Answers  






#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

0 Answers   Wilco,


How are Structure passing and returning implemented by the complier?

0 Answers   TISL,


What is the use of getchar functions?

0 Answers  


What is typedf?

0 Answers  


What is a macro, and explain how do you use it?

0 Answers  


write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

1 Answers   TCS,


Program to simulate second clock

2 Answers  


Categories