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
Stimulate calculator using Switch-case-default statement for two numbers
Differentiate between functions getch() and getche().
What are the types of type qualifiers in c?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
Define recursion in c.
Is fortran still used today?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
Difference between MAC vs. IP Addressing
How can you determine the size of an allocated portion of memory?
How can I send mail from within a c program?
Explain how do you list a file’s date and time?
Can we initialize extern variable in c?
What is bubble sort technique in c?
How do I send escape sequences to control a terminal or other device?
Should I learn c before c++?