wite a programme in c to linear search a data using flag and
without using flags?
Answer Posted / st0le
sorry, abt the typho in the previous post...
"ub" shud be "n"...
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
What does %p mean?
How do you construct an increment statement or decrement statement in C?
How do you list a file’s date and time?
how can f be used for both float and double arguments in printf? Are not they different types?
Explain low-order bytes.
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
What is the difference between functions getch() and getche()?
What is the use of the function in c?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What is local and global variable in c?
What do you understand by normalization of pointers?
where are auto variables stored? What are the characteristics of an auto variable?
What is the difference between a free-standing and a hosted environment?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above