Answer Posted / b.uday kumar
dennis ritchie
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is sizeof return in c?
What is a volatile keyword in c?
Differentiate between functions getch() and getche().
What are the types of data structures in c?
What is the benefit of using #define to declare a constant?
What are valid signatures for the Main function?
Explain how do you convert strings to numbers in c?
What are the advantages of external class?
What is exit() function?
What is default value of global variable in c?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
Define Array of pointers.
write a c program to find the sum of five entered numbers using an array named number
What is the difference between declaring a variable by constant keyword and #define ing that variable?
What is a wrapper function in c?