Write a C function to search a number in the given list of
numbers. donot use printf and scanf
Answer Posted / vignesh1988i
ya..... sorry... it wont work... since getchar gets only one
character the time.... when we give 48... i will take 4 and
8 .. but not as 48.... sorry for posting it... a lesson i
have learnt
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can I implement a delay, or time a users response, with sub-second resolution?
What is formal argument?
What do you mean by a sequential access file?
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
What is the c value paradox and how is it explained?
What is selection sort in c?
What is the difference between pure virtual function and virtual function?
largest Of three Number using without if condition?
Which built-in library function can be used to match a patter from the string?
How do I convert a string to all upper or lower case?
What is meant by type casting?
Why do we use header files in c?
Explain how can I prevent another program from modifying part of a file that I am modifying?
What is a pointer in c plus plus?
What are data types in c language?