IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
Answer Posted / swamy s t
No. Because arrays are homogeneous datatype and
structures are heterogeneous datatype. So we cann't
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Add Two Numbers Without Using the Addition 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
how should functions be apportioned among source files?
How do we make a global variable accessible across files? Explain the extern keyword?
What is storage class?
What math functions are available for integers? For floating point?
Can you subtract pointers from each other? Why would you?
What are the types of type specifiers?
write a program to generate address labels using structures?
What is call by reference in functions?
What does c mean before a date?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
write a programming in c to find the sum of all elements in an array through function.
What is the g value paradox?
What is difference between far and near pointers?