Answer Posted / nirmal kumar tailor
c is a programming language.
c is a procedural, plateform independant, hardware
programming language.
| Is This Answer Correct ? | 16 Yes | 8 No |
Post New Answer View All Answers
cavium networks written test pattern ..
How to define structures? ·
What is fflush() function?
Explain what are run-time errors?
What is function prototype in c language?
what is the syallabus of computer science students in group- 1?
What is build process in c?
How will you write a code for accessing the length of an array without assigning it to another variable?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
Explain what does it mean when a pointer is used in an if statement?
What is multidimensional arrays
Differentiate between ordinary variable and pointer in 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
Where are some collections of useful code fragments and examples?
Do you know what are the properties of union in c?