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

Answer Posted / neethu

%d%d%d

Is This Answer Correct ?    3 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

#include int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20

1267


What is line in c preprocessor?

616


How can I find the modification date of a file?

705


Why pointers are used?

633


What does emoji p mean?

603






What is a function simple definition?

618


How many types of arrays are there in c?

595


Why do we need a structure?

590


How do you initialize pointer variables?

614


Explain c preprocessor?

683


Why do we write return 0 in c?

555


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

2030


What is an example of structure?

588


i have a written test for microland please give me test pattern

2183


How do I read the arrow keys? What about function keys?

616