Answer Posted / raji
charless babbege
| Is This Answer Correct ? | 6 Yes | 42 No |
Post New Answer View All Answers
Why use int main instead of void main?
Explain the use of 'auto' keyword
What is an array in c?
Can we declare function inside main?
What does it mean when a pointer is used in an if statement?
Explain what are global variables and explain how do you declare them?
How macro execution is faster than function ?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
Why header file is used in c?
Can one function call another?
Can two or more operators such as and be combined in a single line of program code?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
How do you construct an increment statement or decrement statement in C?
string reverse using recursion
How can I find out how much free space is available on disk?