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
Tell us the use of fflush() function in c language?
What is advantage of pointer in c?
What is scanf () in c?
What is c standard library?
How can I sort a linked list?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
Write a program for finding factorial of a number.
What is far pointer in c?
Multiply an Integer Number by 2 Without Using Multiplication Operator
Why is c so powerful?
I have seen function declarations that look like this
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
What is n in c?
If you know then define #pragma?
What is time null in c?