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

Answer Posted / shanky

it will give error

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is huge pointer in c?

585


What is a example of a variable?

553


What is a method in c?

628


How can I open files mentioned on the command line, and parse option flags?

594


int i=10; printf("%d %d %d", i, i=20, i);

1016






When should you use a type cast?

593


What's the right way to use errno?

625


What is function prototype in c language?

617


What Is The Difference Between Null And Void Pointer?

644


Can a variable be both static and volatile in c?

608


Write the Program to reverse a string using pointers.

618


What is a far pointer in c?

599


If the size of int data type is two bytes, what is the range of signed int data type?

594


Write a program on swapping (100, 50)

638


Why does everyone say not to use gets?

610