What does %p mean c?


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

Post New Answer

More C Interview Questions

A program to write a number of letters and numbers, such as counting and display

0 Answers  


Why c is called top down?

0 Answers  


What are the scope of static variables?

0 Answers  


Are there constructors in c?

0 Answers  


What does int main () mean?

0 Answers  






Go through this linked list concept.While traversing through the singly linked list sometimes the following code snippet "while(head != NULL)" is used and other times "while(head->link != NULL)"is used(Here head is the pointer pointing to the first node,node has two parts data part and link part).What is the difference between head != NULL and Head->link != NULL and in which situation are they used?

1 Answers   Oracle,


Why c is called a mid level programming language?

0 Answers  


How can I access a memory located at certain address?

2 Answers   CSC,


Give basis knowledge of web designing ...

0 Answers   HCL,


how to get the starting address of file stored in harddisk through 'C'program.

2 Answers   Siemens,


Why does this code crash?

0 Answers  


Differentiate between a for loop and a while loop? What are it uses?

0 Answers   TISL,


Categories