Find the output?
void main()
{float a=2.0;
printf("\nSize of a ::%d",sizeof(a));
printf("\nSize of 2.0 ::%d",sizeof(2.0));}
Answer Posted / guest
2 2
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What is a global variable in c?
please send me the code for multiplying sparse matrix using c
Explain what is wrong with this program statement? Void = 10;
how to find anagram without using string functions using only loops in c programming
What are the back slash character constants or escape sequence charactersavailable in c?
How are structure passing and returning implemented?
Add Two Numbers Without Using the Addition Operator
Explain what are its uses in c programming?
What is queue in c?
What is volatile c?
string reverse using recursion
What is the value of c?
What is the difference between abs() and fabs() functions?