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
Who is the main contributor in designing the c language after dennis ritchie?
Why c is a procedural language?
Write a code on reverse string and its complexity.
What is sizeof array?
Why doesnt that code work?
What is c language & why it is used?
What is ctrl c called?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
What are the string functions? List some string functions available in c.
How can you increase the size of a statically allocated array?
Explain how can a program be made to print the name of a source file where an error occurs?
What is preprocessor with example?
How can I implement sets or arrays of bits?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
Which control loop is recommended if you have to execute set of statements for fixed number of times?