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
Is this program statement valid? INT = 10.50;
What are categories used for in c?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
What is the use of getchar() function?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
Array is an lvalue or not?
how to write optimum code to divide a 50 digit number with a 25 digit number??
What is the purpose of void in c?
How to explain the final year project as a fresher please answer with sample project
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What are global variables and explain how do you declare them?
What is LINKED LIST? How can you access the last element in a linked list?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
In which layer of the network datastructure format change is done
Can a pointer be null?