473,385 Members | 1,893 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

what is the meaning for tat line?

rampraveen
printf("\nADDRESS of a--> %x",&a);

what is the meaning for X...?.why here it is using ?,i saw tat in one program.....
May 1 '10 #1

✓ answered by Dheeraj Joshi

You mean
Expand|Select|Wrap|Line Numbers
  1. %x
  2.  
Its to print the hex number.

Yes, you need to read the important links. It really helps.

2 1628
donbock
2,426 Expert 2GB
The first post in this forum is entitled Sticky: PLEASE READ FIRST: Useful Links and Posting Guidelines. If you go there you will find a link to a C/C++ library reference. From there you can find out about any of the standard functions. For example, printf.
May 1 '10 #2
Dheeraj Joshi
1,123 Expert 1GB
You mean
Expand|Select|Wrap|Line Numbers
  1. %x
  2.  
Its to print the hex number.

Yes, you need to read the important links. It really helps.
May 1 '10 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

137
by: Philippe C. Martin | last post by:
I apologize in advance for launching this post but I might get enlightment somehow (PS: I am _very_ agnostic ;-). - 1) I do not consider my intelligence/education above average - 2) I am very...
1
by: vishal | last post by:
What does #line 182 parser.y mean in a C program?
1
by: newscorrespondent | last post by:
When I as for a list of the details for a directory what comes back? Columns 000-009 appear to be attributes. from Windows documentation h Hidden file s System file e Encrypted r Read-only a...
14
by: Samant.Trupti | last post by:
Hi all, I have some code that I am unable to understand. Can you please help? int _tmain(int argc, _TCHAR* argv) { // Initialize COM environment. ccLib::CCoInitialize...
10
by: Itaichuk | last post by:
Hi I read in several CSS tutorials that block-level elements, such as <div& <pare rendered with an implicit line break before and after. I set to test this out using the following HTML: I...
13
by: Rafael Anschau | last post by:
159: static PartsList GlobalPartsList; 160: }; 161: 162: PartsList PartsList::GlobalPartsList; I would understand if it initialized the object GlobalPartsList with some value, but as it is...
1
by: rameshjumgam | last post by:
My Environment:Linux 2.6.18-194.el5PAE #1 SMP Tue Mar 16 22:00:21 EDT 2010 i686 athlon i386 GNU/Linux My script is like #!/bin/bash if ; then while line='line' do ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.