What is huge pointer in c?
I need previous papers of CSC.......plz help out by posting them.......
Hai what is the different types of versions and their differences
Explain what are bus errors, memory faults, and core dumps?
Where static variables are stored in memory in c?
What are the salient features of c languages?
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
When can you use a pointer with a function?
How do you override a defined macro?
What is a built-in function in C?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What is the purpose of realloc()?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
What are integer variable, floating-point variable and character variable?
What is null pointer constant?