what is the benefit of c30
Answers were Sorted based on User's Feedback
What is extern keyword in c?
what does exit() do?
What is the use of header files?
What is the size of array float a(10)?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
There are 8 billiard balls, and one of them is slightly heavier, but the only way to tell was by putting it on a weighing scale against another. What's the fewest number of times you'd have to use the scale to find the heavier ball?
int *a[5] refers to
What is array within structure?
write a c program to find the sum of five entered numbers using an array named number
What is use of #include in c?
What is #define used for in c?
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