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 the size of a union variable?

591


What is function in c with example?

619


What is scope rule in c?

595


What is assignment operator?

620


What is a node in c?

541






Explain what is dynamic data structure?

636


Explain how do you list files in a directory?

607


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

1770


how to print the character with maximum occurence and print that number of occurence too in a string given ?

2027


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

569


can we change the default calling convention in c if yes than how.........?

2024


what are the advantages of a macro over a function?

633


What is register variable in c language?

593


what is event driven software and what is procedural driven software?

2003


What is the difference between far and near ?

674