what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answer Posted / a programmer
This will print the ascii characters from 0 to 1000 if the
datat type of the variable c is other than character. If the
datatype of the variable is char then it will be into
infinite loop.
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
How can you pass an array to a function by value?
Differentiate between a for loop and a while loop? What are it uses?
write an algorithm to display a square matrix.
Why is c known as a mother language?
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
Why we use stdio h in c?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
What is openmp in c?
What is the best way of making my program efficient?
can any one tel me wt is the question pattern for NIC exam
What does c mean in basketball?
What does %p mean c?
What is 2c dna?
Explain heap and queue.
What is the c value paradox and how is it explained?