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
How can you avoid including a header more than once?
How can I find out how much free space is available on disk?
Why are algorithms important in c program?
How to set file pointer to beginning c?
Lists the benefits of c programming language?
What is the difference between constant pointer and constant variable?
Can we initialize extern variable in c?
How can I swap two values without using a temporary?
What is the deal on sprintf_s return value?
How many main () function we can have in a project?
What are qualifiers in c?
Why is structure padding done in c?
What are dangling pointers in c?
if p is a string contained in a string?
What is the symbol indicated the c-preprocessor?