Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

#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

Is multithreading possible in c?

1070


What is void main () in c?

1251


What is unary operator?

1178


Why is this loop always executing once?

1110


What is a floating point in c?

1126


What is the purpose of main() function?

1308


Why can’t constant values be used to define an array’s initial size?

1441


How can I write a function that takes a format string and a variable number of arguments?

1104


How do I get a null pointer in my programs?

1166


What is a char in c?

1042


What does & mean in scanf?

1167


What is a pointer in c plus plus?

1387


what is the basis for selection of arrays or pointers as data structure in a program

4345


List the difference between a While & Do While loops?

1154


Is javascript written in c?

1119