2.main
{
int x,j,k;
j=k=6;x=2;
x=j*k;
printf("%d", x);
Answer Posted / kadamab
36
| Is This Answer Correct ? | 15 Yes | 5 No |
Post New Answer View All Answers
What is c token?
Why doesn't C support function overloading?
What functions are in conio h?
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 typedef example?
Explain how are 16- and 32-bit numbers stored?
What is the scope of local variable in c?
What is wild pointer in c with example?
What is pointer and structure in c?
Explain null pointer.
How can you be sure that a program follows the ANSI C standard?
How can I write a function that takes a format string and a variable number of arguments?
Why is c called c not d or e?
What is a lvalue
How can I invoke another program or command and trap its output?