Answer Posted / baskar p
C is called a Procedural language because step by step implementation takes place.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the mean of function?
what is use of malloc and calloc?
Which is better malloc or calloc?
Can we use visual studio for c?
Why do we use pointer to pointer in c?
Write a program to swap two numbers without using the third variable?
Difference between malloc() and calloc() function?
Define VARIABLE?
What are identifiers in c?
Which is better between malloc and calloc?
What are global variables and explain how do you declare them?
What is the meaning of ?
What is the difference between the expression “++a” and “a++”?
When should you not use a type cast?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm