array of pointer
pointer to array
pointer to pointer
Answer Posted / harisankar.k.r.ctl
no
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is scope rule in c?
Why array is used in c?
Mention four important string handling functions in c languages .
What is the use of ?
Write a program to check whether a number is prime or not using c?
What is the most efficient way to store flag values?
How does pointer work in c?
Explain how can I pad a string to a known length?
What is the difference between printf and scanf )?
Write a program to reverse a given number in c language?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
What is assignment operator?
What are the __date__ and __time__ preprocessor commands?
Add Two Numbers Without Using the Addition Operator
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.