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



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

Answer / srilaxmi

2

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More C Interview Questions

What are different types of pointers?

0 Answers  


class foo { public: static int func(const char*& p) const; }; This is illegal, why?

8 Answers   Google,


All technical questions

0 Answers   TCS,


how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"

1 Answers  


What is self-referential structure in c programming?

0 Answers  






What does a pointer variable always consist of?

0 Answers  


What are the commands should be given before weiting C Program i.e, Cd.. like

4 Answers   IBM, Infonet, Satyam, Tech Mahindra,


what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }

3 Answers   HCL,


Program to trim a given character from a string.

5 Answers   NetApp,


post new interiew question and aptitude test papers

1 Answers  


What are run-time errors?

0 Answers  


What is character set?

0 Answers  


Categories