count the numbers between 100 and 300, that star
with 2 and ends with 2
Answer Posted / hana
in between 100 to 300 means 200 to 299...
if u see which starts with 2 and ends with 2 then 202,212,222,232,242,252,262,272,282,292....
hence answer is 10..
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
Where register variables are stored in c?
Why is sprintf unsafe?
Who developed c language?
Write a Program to accept different goods with the number, price and date of purchase and display them
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
Tell us bitwise shift operators?
Explain what will the preprocessor do for a program?
Why is c called "mother" language?
Is c# a good language?
What is else if ladder?
How can you allocate arrays or structures bigger than 64K?
Why string is used in c?
Explain why can’t constant values be used to define an array’s initial size?
What is keyword with example?