write the output for yhe given program
int a=5;
void main()
{
int a=9;
printf("%d",a);
}
printf("%d",&a);
Answer Posted / ryan
cant call a function outside of all functions, won't compile
if it did
9, unknown address of global 'a' as a signed integer
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
why does a microprocessor generally hAVE more address lines than data lines?
hiiiiiiii to all am going to prepare J.T.O (BSNL)posts am studying B.Tech final year cse........ but its all about electronic subjects....so tell me where can i get previous papers? give me some sites plzzzzzz.........
Hi friends..cud any help to get QC 9.2 trial..i tried with HP site but did'nt got it..please help me out
i am going to give interview for the post of ibps po..so there is a question in my mind which is "Being an electonics and communication engineer how can you help in banks, I mean whats the application of your education in banking."
what are the artifacts in coding phase in SDLC????
can u perform addition of two octal numbers using java?
What would happen if you drilled through the Earth all the way to the other side and then jumped into the hole?
I have a backlog in Computer Graphics and unable to clear that subject since 2007. Im from JNTU hyderabad. I dont have internal marks, so im unable to clear the subject. Is there any legal way to get my degree bcos of which i cant get proper job. Please help me.
Please send me Sample papers OF National Informatics Centre (NIC) Vacency
What is HPLC ? and define it.
if u r using bugzilla then it generates automatic bugids,while testing uhave got a bug then bug is represented through a bug id say bug1, then bug is assigned to developer he fixes a bug ,say the bug is fixed no error is got later after few regression cycles u have got the same bug but the bug is represented by diff id say bug2,tell me how do i come to know that it is the same bug that had occured previously but now it is represented by diff id
THERE iS ANY DEFAULT CONNECTION STRING FOR WINDOWS APPLICATION IN VB.NET2005 FROM WHICH AFTER CHANGING PROJECT DIRECTORY TO OTHER PLACE AND WE DID NOT CHANGE DATABASE PATH INB SQL CONNECTION ?????
consiteunts of indian railways
why c is called middle level langauge?
How we can read an Image in VC++?How we can find out the intensities of the pixels of an image and dimension of the image?