Answer Posted / suneela
it is a collection data items of different data types using
a single name
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Explain can static variables be declared in a header file?
Can we add pointers together?
Why is this loop always executing once?
What is the use of the function in c?
Calculate 1*2*3*____*n using recursive function??
Explain how do you view the path?
Explain the difference between malloc() and calloc() in c?
What is huge pointer in c?
What is the best way of making my program efficient?
What is the use of ?: Operator?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
What is break statement?
What is this infamous null pointer, anyway?
Why do we use main function?
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