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 there a way to compare two structure variables?
What is openmp in c?
How is a null pointer different from a dangling pointer?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
Is a house a shell structure?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
Is it acceptable to declare/define a variable in a c header?
What is hungarian notation? Is it worthwhile?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
please explain every phase in the "SDLC" in the dotnet.
Explain what are multibyte characters?
What do you mean by invalid pointer arithmetic?
What is break in c?
Define macros.
Is int a keyword in c?