Answer Posted / rani
output is
rati Computers
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the purpose of scanf() and printf() functions?
What does int main () mean?
Is int a keyword in c?
What is call by reference in functions?
How can you return multiple values from a function?
Which driver is a pure java driver
Does * p ++ increment p or what it points to?
What is a volatile keyword in c?
What are types of structure?
Why is c fast?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What are the different properties of variable number of arguments?
Explain #pragma statements.
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
How to create struct variables?