Answer Posted / kasthur
it is one of the procedure oriented programming language
| Is This Answer Correct ? | 25 Yes | 2 No |
Post New Answer View All Answers
Explain what math functions are available for integers? For floating point?
What is the size of structure in c?
What is structure in c explain with example?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What is static and volatile in c?
What is the right type to use for boolean values in c? Is there a standard type?
Write a program to check whether a number is prime or not using c?
What are formal parameters?
How can I do peek and poke in c?
What is the purpose of ftell?
What are the different types of control structures in programming?
What is a structure in c language. how to initialise a structure in c?
How does free() know explain how much memory to release?
Why is not a pointer null after calling free?
How do you list files in a directory?