int i =10
main()
{
int i =20,n;
for(n=0;n<=i;)
{
int i=10
i++;
}
printf("%d", i);
Answer Posted / vikramanj
int i=10[;]
main()
{
int i=20,n;
for(n=0;n<=i;)
{
int i=10[;]
i++;
}
printf("%d", i);
The syntax errs r specified in sq.braces..
if its corrected there s no terminating condition also..
so no o/p..
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is pivot in c?
Is there a built-in function in C that can be used for sorting data?
Why is c not oop?
Explain how can type-insensitive macros be created?
How are pointers declared in c?
How can I find out if there are characters available for reading?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
which type of aspect you want from the student.
what is the significance of static storage class specifier?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
What is the purpose of macro in C language?
What are predefined functions in c?
How can you pass an array to a function by value?
Define Array of pointers.
Do character constants represent numerical values?