main()
{
int i=400,j=300;
printf("%d..%d");
}
Answer Posted / ravi
its machine Dependent
it displays garbage values in Linux
in some machines it will display 400 300
as they are on the top of stack
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
what type of questions arrive in interview over c programming?
Are pointers integers in c?
What is the use of void pointer and null pointer in c language?
how is the examination pattern?
Is flag a keyword in c?
What is the description for syntax errors?
What does the function toupper() do?
Explain how do you convert strings to numbers in c?
What are the different types of endless loops?
Explain what is meant by 'bit masking'?
What is huge pointer in c?
Why c is called free form language?
What is uint8 in c?
Why doesnt this code work?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given