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
write a programming in c to find the sum of all elements in an array through function.
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
Explain what are the advantages and disadvantages of a heap?
What are the properties of union in c?
What are data types in c language?
What is the difference between test design and test case design?
What is static identifier?
Explain how does free() know explain how much memory to release?
What is the code for 3 questions and answer check in VisualBasic.Net?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
How many data structures are there in c?
What is unary operator?
What does the c preprocessor do?
Difference between malloc() and calloc() function?
Do pointers take up memory?