What do you mean by c what are the main characteristics of c language?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between declaring a variable by constant keyword and #define ing that variable?
Explain what is the advantage of a random access file?
How can you find the exact size of a data type in c?
How pointer is benefit for design a data structure algorithm?
cavium networks written test pattern ..
1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output
What is the purpose of main( ) in c language?
Tell about strtok & strstr functions
2 Answers HCL, iFlex, Motorola,
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
What is character set?
How can I find the day of the week given the date?
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