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
Explain modulus operator. What are the restrictions of a modulus operator?
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250
What is difference between union and structure in c?
What are the two types of functions in c?
What is #define used for in c?
Explain what is wrong in this statement?
Why header files are used?
Write a progarm to find the length of string using switch case?
I have a varargs function which accepts a float parameter?
What are the types of type specifiers?
Write a program to print all permutations of a given string.
When should a far pointer be used?
Explain how can I manipulate strings of multibyte characters?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above