Answer Posted / devi
c is a procedure oriented language and pertform tasks in form of algorithms
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain the difference between malloc() and calloc() in c?
What does d mean?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Are the variables argc and argv are local to main?
How do I round numbers?
What is the explanation for cyclic nature of data types in c?
What is volatile keyword in c?
praagnovation
What does sizeof int return?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What are the storage classes in C?
What is difference between structure and union?
Does c have function or method?
Can math operations be performed on a void pointer?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list