Answer Posted / anitha
c is a structure oriented programming language
| Is This Answer Correct ? | 53 Yes | 9 No |
Post New Answer View All Answers
What is variable initialization and why is it important?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
Do you know what are the properties of union in c?
How pointer is different from array?
Where local variables are stored in c?
Why is c called a structured programming language?
What is structure of c program?
Difference between strcpy() and memcpy() function?
When we use void main and int main?
What are external variables in c?
Is it valid to address one element beyond the end of an array?
Explain how can I pad a string to a known length?
Why we not create function inside function.