Answer Posted / junaid a mullaji
An array is a method for storing information on multiple
devices.
By
Junaid A. Mullaji
| Is This Answer Correct ? | 50 Yes | 33 No |
Post New Answer View All Answers
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
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 does %d do?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
What are the two types of structure?
Why do we use header files in c?
Compare array data type to pointer data type
What is a memory leak? How to avoid it?
write a program to generate address labels using structures?
What are logical errors and how does it differ from syntax errors?
How can I run c program?
What are bitwise shift operators in c programming?
In a header file whether functions are declared or defined?
Explain logical errors? Compare with syntax errors.
What are the application of void data type in c?