Answer Posted / vinay
QUARK TEST
hello 10
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is new line escape sequence?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
What are runtime error?
What is assignment operator?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
Once I have used freopen, how can I get the original stdout (or stdin) back?
What are the preprocessor categories?
What is pass by reference in c?
Why doesnt long int work?
Describe the order of precedence with regards to operators in C.
What is volatile c?
write a program to find out prime number using sieve case?
What is wrong in this statement?
What is sizeof array?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same