how many times does the loop iterated ?
for (i=0;i=10;i+=2)
printf("Hi\n");
Answer Posted / viji
It will give a warning message........
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
What are external variables in c?
Where static variables are stored in memory in c?
C program to find all possible outcomes of a dice?
What is the advantage of c?
What is #include conio h?
List some basic data types in c?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What are the advantages of using new operator as compared to the function malloc ()?
Is null valid for pointers to functions?
Write a code on reverse string and its complexity.
Is file a keyword in c?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
Write a program to print fibonacci series using recursion?
Is it better to bitshift a value than to multiply by 2?
How are variables declared in c?