int x=sizeof(!5.856);
What will value of variable x?

Answers were Sorted based on User's Feedback



int x=sizeof(!5.856); What will value of variable x?..

Answer / kuldeep

the value of x is 2

Is This Answer Correct ?    18 Yes 2 No

int x=sizeof(!5.856); What will value of variable x?..

Answer / garav

float is 4 so 4 is the ans

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More C Interview Questions

Program to swap the any two elements in an array containing N number of elements?

1 Answers   Bosch, Glenwood, Ugam Solutions,


What are terms in math?

0 Answers  


Explain indirection?

0 Answers  


what are the files which are automatically opened when a c file is executed?

3 Answers  


what is difference between array,strutter,union and pointers

3 Answers   CTS, Lovely Professional University, Mannar Company,






What is hashing in c?

0 Answers  


What is C language Terminator?

15 Answers   TCS,


i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).

1 Answers  


Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?

2 Answers  


Differentiate between the = symbol and == symbol?

0 Answers  


Tell me when would you use a pointer to a function?

0 Answers  


What is self-referential structure in c programming?

0 Answers  


Categories