How can I change their mode to binary?
No Answer is Posted For this Question
Be the First to Post Answer
Do you know null pointer?
What is self-referential structure in c programming?
Explain what are reserved words?
how do you redirect stdout value from a program to a file?
What are Macros? What are its advantages and disadvantages?
Output for following program using for loop only * * * * * * * * * * * * * * *
simple program for virtual function?
Why string is used in c?
What are linker error?
What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..
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.
Difference between strcpy() and memcpy() function?