Answer Posted / manav kothari
# is preprocessor directive. It will execute before compilation is done
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write a Program to find whether the given number or string is palindrome.
difference between Low, Middle, High Level languages in c ?
write a program to find out prime number using sieve case?
Why do some versions of toupper act strangely if given an upper-case letter?
When should a type cast not be used?
Should a function contain a return statement if it does not return a value?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
What are the features of c languages?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Not all reserved words are written in lowercase. TRUE or FALSE?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
What will be your course of action for a push operation?
What is the total generic pointer type?