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

Do array subscripts always start with zero?

0 Answers  


Array is an lvalue or not?

0 Answers  


What is property type c?

0 Answers  


The statement, int(*x[]) () what does in indicate?

0 Answers  


What is sizeof array?

0 Answers  






DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?

2 Answers   Wipro,


What is dynamic memory allocation?

0 Answers  


What is pass by reference in c?

0 Answers  


Why doesn't C have nested functions?

2 Answers  


in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

0 Answers  


a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

0 Answers  


Write a C program to perform some of the operation which can be performed using Single linked list

1 Answers   Qualcomm,


Categories