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

Can we change the value of static variable in c?

762


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

944


a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode

884


What is the process to generate random numbers in c programming language?

885


Explain how can you check to see whether a symbol is defined?

874


Explain what are compound statements?

818


how can I convert a string to a number?

804


What are the types of i/o functions?

970


What is spaghetti programming?

878


Explain what are multidimensional arrays?

825


What does emoji p mean?

795


What are the types of arrays in c?

856


What's the difference between constant char *p and char * constant p?

898


What is meant by int main ()?

950


What is void c?

778