what will be the output of "printf("%d%d",scanf("%d%
d",&a,&b))".provide an explation regarding the question

Answer Posted / manish soni bca 3rd year jaipu

if we enter
1234
5678
answer is
2 5678
plz tell how

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1203


write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

1984


What is c++ used for today?

669


Wt are the Buses in C Language

2753


In c programming language, how many parameters can be passed to a function ?

632






Why clrscr is used in c?

588


How can I get back to the interactive keyboard if stdin is redirected?

671


What is the difference between the local variable and global variable in c?

532


Explain the difference between malloc() and calloc() function?

603


void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

2226


Subtract Two Number Without Using Subtraction Operator

358


What is external variable in c?

614


What is the data segment that is followed by c?

616


Give me the code of in-order recursive and non-recursive.

887


hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .

1903