answersLogoWhite

0


Best Answer

%p prints a pointer, %x prints an integer. They may be similar, but not the same. Eg.

printf ("ptr=%p int=%d\n", main, (int)main);

DOS: ptr=0F01:0010 int=10
Windows: ptr=:0F010010 int=F010010

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Difference between percent p and percent x in c language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Difference between C and C programming language?

The C and C programming languages are one and the same. There is no difference between those languages.


What is the difference between the Linux shell and C?

C is a programming language. A shell is an interface.


What is difference between Turbo and Borland C?

turbo is word to do the programming language in c & c++ and i do no about borland


What is difference between c language and opearting system?

An operating system is a program that can be written in C


Is there any difference between turbo c and c plus plus?

turbo c is a compiler and c++ is a programming language.


What is the difference of C percent and F percent?

(C - F) percent.


What is the difference between C and Vbnet?

It is just a different coding language, but C is more for business that VBNET


What the difference between c and c plus plus?

The fundamental difference is that in C++ object-oriented programming (OOP) was added. C is a procedural language (that means. top-down structure design), where as C++, which is an extension of C itself, is an object oriented language.


What is the difference between visual basic and visual c?

The programming language: Visual Basic is a BASIC-like (or BASIC-derived) language, Visual C is... well C.


Difference between java and C plus plus?

java is an advanced object oriented programming language than c++


What is diffence between c and c plus plus?

main difference b/w c and c++ is that c is procedural language whereas c++ is object oriented language also classes are not used in c but in c++ classes are used.


What is the difference between C language andprogramming language?

It's pretty much like the case of apple and fruit.C language is one of the programming languages.