what is difference between array and structure?
Answer Posted / dhivya
when we are declaring an array a variable is enough with
the size.
when we are declaring structure it contain different data
types.
| Is This Answer Correct ? | 16 Yes | 18 No |
Post New Answer View All Answers
Explain why can’t constant values be used to define an array’s initial size?
What is function pointer 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
What is c language used for?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
Explain what is the difference between functions getch() and getche()?
List some of the static data structures in C?
How is actual parameter different from the formal parameter?
What is sizeof in c?
What is volatile variable in c with example?
Where static variables are stored in memory in c?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What are pointers? What are stacks and queues?
What are the types of type qualifiers in c?