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 variables be declared anywhere in c?
What is c system32 taskhostw exe?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
What do you mean by a local block?
What does sizeof int return?
What is a node in c?
What is a scope resolution operator in c?
What is getch() function?
What are the different types of linkage exist in c?
What is scope rule of function in c?
What is chain pointer in c?
What is null pointer constant?
What is pointers in c with example?
how to find anagram without using string functions using only loops in c programming