int a=20;
int b=30;
int c=40;
printf("%d%d%d");
what will be the output?

Answer Posted / senthil

will print junk values, as no arguments after printf string present.

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of in c?

584


what is the format specifier for printing a pointer value?

617


What do you understand by friend-functions? How are they used?

653


Differentiate between full, complete & perfect binary trees.

680


any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

700






write a program to find the given number is prime or not

3858


What is the difference between void main and main in c?

631


Is it cc or c in a letter?

576


write a program for the normal snake games find in most of the mobiles.

1789


write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.

2459


What is typedf?

674


How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

657


to find the closest pair

1829


What would be an example of a structure analogous to structure c?

580


Are pointers integer?

558