I have a function which accepts a pointer to an int. How
can I pass a constant like 5 to it?
Answer Posted / guest
You will have to declare a temporary variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does c mean before a date?
Why is python slower than c?
Create a simple code fragment that will swap the values of two variables num1 and num2.
What are the basic data types associated with c?
Explain how can you tell whether a program was compiled using c versus c++?
What is meant by realloc()?
What is the acronym for ansi?
Is c is a high level language?
Write a program to identify if a given binary tree is balanced or not.
What are the c keywords?
What is anagram in c?
How can I sort more data than will fit in memory?
Explain pointer. What are function pointers in C?
What language is windows 1.0 written?
What are the disadvantages of c language?