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
explain what are pointers?
How can I call fortran?
Explain what is the benefit of using #define to declare a constant?
How do we make a global variable accessible across files? Explain the extern keyword?
Do you know what are bitwise shift operators in c programming?
What is the size of array float a(10)?
What is const keyword in c?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
What is auto keyword in c?
Is it possible to initialize a variable at the time it was declared?
What is the difference between fread and fwrite function?
By using C language input a date into it and if it is right?
Write a code on reverse string and its complexity.
What is the use of function in c?
What is the maximum no. of arguments that can be given in a command line in C.?