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
what is use of malloc and calloc?
What is the use of c language in real life?
Can you explain the four storage classes in C?
What is mean by data types in c?
Why isn't any of this standardized in c? Any real program has to do some of these things.
Differentiate between functions getch() and getche().
How do you initialize pointer variables?
What does static variable mean in c?
What are the types of c language?
How can you avoid including a header more than once?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
cavium networks written test pattern ..
What is function what are the types of function?
.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; }
What are the different types of C instructions?