What is the use of getch ()?
No Answer is Posted For this Question
Be the First to Post Answer
What is wrong with this code?
How would you sort a linked list?
21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }
what is the code for getting the output as * ** ***
What is auto keyword in c?
How can I open files mentioned on the command line, and parse option flags?
What is modeling?
how to find binary of number?
Can the size of an array be declared at runtime?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
What is the advantage of a random access file?
in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n