what is difference between ANSI structure and C99 Structure?
Write a program to show the workingof auto variable.
When should a type cast not be used?
how should functions be apportioned among source files?
What language is lisp written in?
Explain what is a program flowchart and explain how does it help in writing a program?
What are the various topologies? Which one is the most secure?
Explain what is the benefit of using #define to declare a constant?
What are header files in c?
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
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 is the role of && operator in a program code?
Can anyone help me with this please? Need to print the below values.. Thanks 1 1 2 1 2 3 1 2 3 4