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 / nithya

the above code output is

syntax error

this code will be change from

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

the out put is

222

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

1152


What is a good way to implement complex numbers in c?

1049


What is a pointer variable in c language?

1103


What are different types of operators?

1041


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

1069


How can you tell whether a program was compiled using c versus c++?

1104


Why can’t we compare structures?

1269


What is the condition that is applied with ?: Operator?

1129


Explain zero based addressing.

1024


Explain the difference between #include "..." And #include <...> In c?

1026


Is c programming hard?

1019


What is spaghetti programming?

1127


Explain main function in c?

1082


What are pragmas and what are they good for?

993


how can I convert a string to a number?

1082