Answer Posted / guest
jawaralal nehru
| Is This Answer Correct ? | 26 Yes | 4 No |
Post New Answer View All Answers
In which layer of the network datastructure format change is done
Where is volatile variable stored?
Is fortran still used in 2018?
What's the difference between constant char *p and char * constant p?
Why does notstrcat(string, "!");Work?
What are volatile variables in c?
Should I learn c before c++?
Can i use “int” data type to store the value 32768? Why?
What are loops c?
Is c dynamically typed?
What is ## preprocessor operator in c?
What is string concatenation 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
Differentiate between the expression “++a” and “a++”?
What is the general form of a C program?