Explain the difference between getch() and getche() in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is .obj file in c?
what is an inline function?
disadvantages of realloc ?
Who had beaten up hooligan "CHAKULI" in his early college days?
Explain data types & how many data types supported by c?
What is the purpose of main( ) in c language?
what is the difference between getch() and getchar()?
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.
What is difference between union All statement and Union?
How to print India by nested loop? I IN IND INDI INDIA
print the following using nested for loop. 5 4 3 2 1 1 2 3 4 3 2 1 1 2 1 2 1 1 2 3 4 3 2 1 1 2 3 4 5
Why c is called a middle level language?