#include<stdio.h>
main(0
{
printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3));
}

Answer Posted / a.c.pattanaik

code is error due to declaration

if code is this
main()
{
printf("\n %d %d %d",sizeof(2),sizeof("a"),sizeof(2));
}

Ans-4 2 4

Is This Answer Correct ?    9 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?

1514


What is the value of c?

583


What is null character in c?

695


write a c program to find the sum of five entered numbers using an array named number

1626


Which are low level languages?

647






What are the 4 data types?

607


What is return type in c?

652


Why header files are used?

656


What are integer variable, floating-point variable and character variable?

615


Why pointers are used in c?

596


Which built-in library function can be used to match a patter from the string?

755


Tell me can the size of an array be declared at runtime?

607


Why c is called object oriented language?

596


What is a sequential access file?

656


What is context in c?

547