How do you print an address?


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

Post New Answer

More C Interview Questions

How to develop software using "c" programming?

1 Answers   IBM, TCS,


Is that possible to store 32768 in an int data type variable?

0 Answers  


write a function for strtok()??

2 Answers   Verifone,


Diff between for loop and while loop?

2 Answers   TCS,


which operator is known as dummy operator in c?

2 Answers   Wipro,






What is the size of enum in bytes?

0 Answers  


How do we declare variables in c?

0 Answers  


a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode

0 Answers  


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

0 Answers   Wilco,


What is the difference between procedural and functional programming?

0 Answers  


How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)

4 Answers  


What are the 4 data types?

0 Answers  


Categories