main()
{
int i=400,j=300;
printf("%d..%d");
}

Answer Posted / arun raj

Hi Surenda,

I think the answer is a garbage value.. i tried in gcc &
visual studio.. but i got garbage n both the case.. can u
tell which compile u compiled & got this output.

Regards
Arun Raj

Is This Answer Correct ?    15 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by 'bit masking'?

880


What does *p++ do? What does it point to?

612


How can I send mail from within a c program?

577


An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode

603


Can we declare a function inside a function in c?

580






How to write c functions that modify head pointer of a linked list?

539


What are the advantages of using linked list for tree construction?

639


Is c procedural or object oriented?

573


why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

605


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

2227


How do I determine whether a character is numeric, alphabetic, and so on?

620


Write a program to print fibonacci series using recursion?

581


Is there any data type in c with variable size?

628


code for find determinent of amatrix

1511


What is static and auto variables in c?

563