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

write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?

0 Answers  


Rapunzel walks into the forest of forgetfullness. She meets a Lion who lies on Monday Tuesdays and Wednesdays and meets a rabbit who lies on Thurs fridays and saturdays . On that day both say that "I lied yesterday". What day is it .

3 Answers   TCS,


long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes

18 Answers   Acropolis, HCL, Intel, TCS,


what is Array?

3 Answers  


what are the advantages of a macro over a function?

0 Answers   TCS,






When should a type cast not be used?

0 Answers  


what is an array

5 Answers  


What is a union?

0 Answers  


What are dangling pointers in c?

0 Answers  


can we implement multi-threads in c.

0 Answers  


1)what is the error in the following stmt where str is a char array and the stmt is supposed to traverse through the whole character string str? for(i=0;str[i];i++) a)There is no error. b)There shud be no ; after the stmt. c)The cond shud be str[i]!='\0' d)The cond shud be str[i]!=NULL e)i shud be initialized to 1

4 Answers  


What is the benefit of using an enum rather than a #define constant?

0 Answers  


Categories