main()
{
printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3));
}
wat is the o/p and how?
Answer Posted / manne ranjith
2 2 2
I compiled this in system,this is correct answer.check it
once...............
| Is This Answer Correct ? | 18 Yes | 23 No |
Post New Answer View All Answers
Explain what is the benefit of using const for declaring constants?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
What is pass by value in c?
Under what circumstances does a name clash occur?
How can you call a function, given its name as a string?
explain what are pointers?
Explain is it valid to address one element beyond the end of an array?
What are the main characteristics of c language describe the structure of ac program?
How will you find a duplicate number in a array without negating the nos ?
Is c# a good language?
Explain zero based addressing.
How can I pad a string to a known length?
What is main function in c?
Why c is called top down?
How are strings stored in c?