main()
{
int i=400,j=300;
printf("%d..%d");
}
Answer Posted / suresh reddy
Answer:
400 300
printf takes first two intilization values as default
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
What is the use of typedef in c?
What does the error message "DGROUP exceeds 64K" mean?
Write a program for finding factorial of a number.
What is null in c?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
What is static identifier?
What is a macro?
What is modifier & how many types of modifiers available in c?
Why is main function so important?
what do the 'c' and 'v' in argc and argv stand for?
What is difference between stdio h and conio h?
What are void pointers in c?
How does free() know explain how much memory to release?
How can I dynamically allocate arrays?
What is the correct declaration of main?