Answer Posted / tamil
Procedural language
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What does c in a circle mean?
Compare interpreters and compilers.
Does c have an equivalent to pascals with statement?
How can I get back to the interactive keyboard if stdin is redirected?
what is the difference between class and unio?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
What are the types of operators in c?
What is structure padding and packing in c?
Why we use int main and void main?
Where is c used?
What are c header files?
find out largest elemant of diagonalmatrix
Which of these functions is safer to use : fgets(), gets()? Why?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Explain what math functions are available for integers? For floating point?