Write a C function to search a number in the given list of
numbers. donot use printf and scanf
Answer Posted / abdur
sorry for the wrong information use isdigit(char)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of type declarations?
What is FIFO?
When can a far pointer be used?
What does #pragma once mean?
How can I avoid the abort, retry, fail messages?
Who developed c language?
Where in memory are my variables stored?
Why do we need functions in c?
Why void main is used in c?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
Can stdout be forced to print somewhere other than the screen?
How does #define work?
What is the function of multilevel pointer in c?
What is echo in c programming?
What are the 4 types of organizational structures?