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
Can we change the value of static variable in c?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
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
What is the process to generate random numbers in c programming language?
Explain how can you check to see whether a symbol is defined?
Explain what are compound statements?
how can I convert a string to a number?
What are the types of i/o functions?
What is spaghetti programming?
Explain what are multidimensional arrays?
What does emoji p mean?
What are the types of arrays in c?
What's the difference between constant char *p and char * constant p?
What is meant by int main ()?
What is void c?