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...

printf("%d",(printf("Hello")); What it returns?

Answer Posted / dinesh gupta

error
bcos one bracket is missing
if make correction
then out put is ........ hello5
reason..inner statement print hello and as wellas returns the lenth of the string to outer print statement,which give 5

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is putchar() function?

1219


How many loops are there in c?

1163


How do you list a file’s date and time?

1109


Why main function is special give two reasons?

1603


what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

1755


What is getch c?

1342


What is the ANSI C Standard?

1327


a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f

2192


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

1644


What is the Purpose of 'extern' keyword in a function declaration?

1142


Write a program to print all permutations of a given string.

1235


Explain a file operation in C with an example.

1173


I have a varargs function which accepts a float parameter?

1096


Can static variables be declared in a header file?

1099


Explain the difference between the local variable and global variable in c?

1133