int x=sizeof(!5.856);
What will value of variable x?
Answer Posted / garav
float is 4 so 4 is the ans
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Why is c so important?
Why is sizeof () an operator and not a function?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
What is bin sh c?
If errno contains a nonzero number, is there an error?
How can I sort a linked list?
Which is best book for data structures in c?
Write a program to find the biggest number of three numbers in c?
Is there a way to jump out of a function or functions?
What are inbuilt functions in c?
Explain indirection?
What is the c language function prototype?
Are there any problems with performing mathematical operations on different variable types?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
Do you have any idea how to compare array with pointer in c?