int x=sizeof(!5.856);
What will value of variable x?
Answer Posted / kuldeep
the value of x is 2
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
code for quick sort?
in linking some of os executables are linking name some of them
What are the application of void data type in c?
Write a program which returns the first non repetitive character in the string?
What is pointer to pointer in c language?
What is wild pointer in c?
Is array a primitive data type in c?
Do you know the purpose of 'register' keyword?
Explain how can I write functions that take a variable number of arguments?
Tell us the use of fflush() function in c language?
What are pointers? What are different types of pointers?
Why is structure important for a child?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
Why void main is used in c?