Answer Posted / sachin tyagi
The pre processor run before the compliler
The started statement # is called pre-procrssor command
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What is a double c?
What is the difference between %d and %i?
What is variable in c example?
What are the 4 types of functions?
Process by which one bit pattern in to another by bit wise operation is?
What is the difference between single charater constant and string constant?
What is atoi and atof in c?
Explain how can you restore a redirected standard stream?
Explain a pre-processor and its advantages.
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
explain what is a newline escape sequence?
Explain null pointer.
Define C in your own Language.
What is operator promotion?