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
Can static variables be declared in a header file?
Is there a way to jump out of a function or functions?
How is a structure member accessed?
What is unary operator?
What are the 5 elements of structure?
Explain the use of bit fieild.
What are bitwise shift operators in c programming?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Why c is known as a mother language?
How does free() know explain how much memory to release?
Difference between pass by reference and pass by value?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
Is c is a high level language?
How do we make a global variable accessible across files? Explain the extern keyword?
What is the purpose of clrscr () printf () and getch ()?