954,505 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

format specifier for long long int

Dear programmers,

I am a new learner of C. I want to know the format specifier for long long int. I am using .net 2003 for programming. I am trying "%lld", but its not giving right results.

Can any one help me with this.

Thanking you !

Regards,
Amar

vemanamar
Newbie Poster
5 posts since Jul 2006
Reputation Points: 10
Solved Threads: 0
 

Why don't you look up the documentation of the function that you are using? If you are using printf, look for the documentation for printf in .net 2003. It will have the valid format specifiers and the corresponding data types.

WolfPack
Postaholic
Moderator
2,051 posts since Jun 2005
Reputation Points: 572
Solved Threads: 115
 
Why don't you look up the documentation of the function that you are using? If you are using printf, look for the documentation for printf in .net 2003. It will have the valid format specifiers and the corresponding data types.


Thanks for your reply.

Regards,
V.Amar

vemanamar
Newbie Poster
5 posts since Jul 2006
Reputation Points: 10
Solved Threads: 0
 

moved

Ancient Dragon
Retired & Loving It
Team Colleague
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You