What is the value of h?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Is file a keyword in c?

0 Answers  


main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }

7 Answers   HCL,


write a c program to convert fahrenheit to celsius?

4 Answers   TCS,


Is it possible to initialize a variable at the time it was declared?

0 Answers  


What is difference between structure and union?

0 Answers  






How will you print TATA alone from TATA POWER using string copy and concate commands in C?

0 Answers   Amdocs, Apps Associates,


write c program without semicolon

11 Answers   MindTech, TCS, Wipro,


int i=0,j; j=++i + ++i ++i; printf(" %d",j);

2 Answers   ME,


write an algorithm to display a square matrix.

0 Answers  


Program to find largest of three numbers without using comparsion operator?

3 Answers  


Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

0 Answers  


Subtract Two Number Without Using Subtraction Operator

0 Answers  


Categories