Answer Posted / nirbhaykumar
a=2
| Is This Answer Correct ? | 16 Yes | 10 No |
Post New Answer View All Answers
What is a method in c?
Define recursion in c.
What is break statement?
Differentiate between the = symbol and == symbol?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
what is the significance of static storage class specifier?
Why n++ execute faster than n+1 ?
Why c language?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
explain what is a newline escape sequence?
Are the variables argc and argv are local to main?
What is function prototype in c with example?
In C language, a variable name cannot contain?
What is the difference between functions getch() and getche()?
How are structure passing and returning implemented?