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
Is it possible to initialize a variable at the time it was declared?
simple program of graphics and their output display
What is property type c?
What is console in c language?
What header files do I need in order to define the standard library functions I use?
What is function prototype in c with example?
What is pointer to pointer in c language?
What is a list in c?
What is indirection in c?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
What are types of structure?
What is calloc()?
What is typedef struct in c?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
What is structure pointer in c?