Answer Posted / vaibhav
divide no. by 2 till 1 is not coming in quotient, then it
write from bottom to top
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
what are the facialities provided by you after the selection of the student.
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
What are the 3 types of structures?
number of times a digit is present in a number
What are the types of pointers?
How variables are declared in c?
find out largest elemant of diagonalmatrix
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
What is file in c preprocessor?
What are comments and how do you insert it in a C program?
Can I initialize unions?
Is it possible to pass an entire structure to functions?
What are the advantages and disadvantages of c language?
What is difference between main and void main?
Explain the Difference between the New and Malloc keyword.