what is difference between array and structure?
Answer Posted / guest
array is a collection of similar data types.a structure is
a collection of different data types
| Is This Answer Correct ? | 27 Yes | 1 No |
Post New Answer View All Answers
What are the uses of a pointer?
Differentiate abs() function from fabs() function.
What is return type in c?
What are pointers? What are different types of pointers?
How do you define a 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
Can we declare function inside main?
Is there anything like an ifdef for typedefs?
What is the difference between volatile and const volatile?
How do you override a defined macro?
what do you mean by enumeration constant?
What is I ++ in c programming?
Explain how can I convert a number to a string?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?