main()
{
int a,b;
printf("%d,%d",scanf("%d%d",&a,&b));
}
=> do u mean above program's output...
=>output will be:2,whatever you enter value for b.
=>because scanf is a library fn which will return how many
arguements it processes, and second value
you are right mr.Satya but i found my self unable to
understand that for the first time scanf returns the no of
successful matches but how for the second time it returns
the value of 'b'.while a function should return the
same 'r' value every time.
Is reference used in C?
Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day
What is #define used for in c?
What is the difference between CV and Resume ?
int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]
the data type used for unlimited value in c and how to do this program
What would be an example of a structure analogous to structure c?
what is the basis for selection of arrays or pointers as data structure in a program
two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.
How to set a variable in the environment list?
What is an arrays?
what is the difference between embedded c and turbo c ?