Answer Posted / supercool
For dealing with different types of data(e.g. int, float, char,etc.)at a time, C provides a data type called ‘structure’. A structure gathers together, different atoms of information that comprise a given entity.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is const and volatile in c?
What are multidimensional arrays?
What is a const pointer in c?
What is the explanation for modular programming?
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
Why c is a mother language?
What is the total generic pointer type?
What are the 5 types of inheritance in c ++?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
How can I copy just a portion of a string?
What are variables and it what way is it different from constants?
difference between object file and executable file
How can I trap or ignore keyboard interrupts like control-c?
Between macros and functions,which is better to use and why?
What is the scope of local variable in c?