What is a newline escape sequence?
No Answer is Posted For this Question
Be the First to Post Answer
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
how to write a program which adds two numbers without using semicolon in c
Where is volatile variable stored?
Define and explain about ! Operator?
How to use c/c++ code in JAVA
10 Answers CDAC, IBM, Satyam, Scope International,
Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
What is static memory allocation?
What does != Mean in c?
What is a far pointer in c?
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
How is null defined in c?