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


Please Help Members By Posting Answers For Below Questions

Do you have any idea about the use of "auto" keyword?

747


What is a rvalue?

837


What does it mean when a pointer is used in an if statement?

704


What is sizeof in c?

663


Is it possible to use curly brackets ({}) to enclose single line code in c program?

921






Write a function that will take in a phone number and output all possible alphabetical combinations

694


write a program to generate address labels using structures?

4139


Explain what is the advantage of a random access file?

784


What do you mean by scope of a variable in c?

632


code for quick sort?

1710


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

2777


What is header file definition?

698


List some of the static data structures in C?

855


Are negative numbers true in c?

684


Array is an lvalue or not?

742