how to find greatet of 10 numbers without using array?
Answer Posted / guest
using ? And & operator wa can find out the soution
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what is the purpose of "extern" keyword in a function declaration?
Can a pointer point to null?
How do you determine the length of a string value that was stored in a variable?
What is wrong with this declaration?
What is c basic?
What is the acronym for ansi?
Subtract Two Number Without Using Subtraction Operator
can any one provide me the notes of data structure for ignou cs-62 paper
How can I do graphics in c?
What is c language and why we use it?
What is #error and use of it?
What is a memory leak? How to avoid it?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
Explain high-order and low-order bytes.
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply