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

Answer Posted / muthu

It prints only garbage value, since the variables x and y
were not metioned out side the bracket

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

code for replace tabs with equivalent number of blanks

1649


What is return in c programming?

523


What is boolean in c?

623


what are # pragma staments?

1636


What are the types of type specifiers?

629






What is the purpose of 'register' keyword?

705


What is c preprocessor mean?

804


Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

1530


What is the use of getch ()?

648


Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

639


What are the types of unary operators?

670


What is character constants?

720


Which is the memory area not included in C program? give the reason

1517


write a program to print data of 5 five students with structures?

1620


What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

677