int i=~0;
uint j=(uint)i;
j++;
printf(“%d”,j);

Answer Posted / srilaxmi

2

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to reverse a string.

631


How do you define a string?

649


What is array of pointers to string?

562


What was noalias and what ever happened to it?

590


what are the facialities provided by you after the selection of the student.

1650






Which control loop is recommended if you have to execute set of statements for fixed number of times?

805


What is data type long in c?

621


Why do we use static in c?

629


write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.

3331


How will you write a code for accessing the length of an array without assigning it to another variable?

611


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

1501


What is the Purpose of 'extern' keyword in a function declaration?

647


Why enum is used in c?

521


How was c created?

586


What is the use of void pointer and null pointer in c language?

623