Answer Posted / srinivash
to store the address of a variable which s effective in
fuction calling by call by reference r call by address method
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Explain what is the most efficient way to store flag values?
Can math operations be performed on a void pointer?
Explain that why C is procedural?
What does sizeof function do?
What is double pointer?
What is mean by data types in c?
Explain why C language is procedural?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
Write a program to check prime number in c programming?
In c language can we compile a program without main() function?
What is the difference between break and continue?
What does s c mean in text?
What is c token?
Can we declare function inside main?
What are the application of c?