Is c functional or procedural?

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


Please Help Members By Posting Answers For Below Questions

What is the mean of function?

850


what is use of malloc and calloc?

1639


Which is better malloc or calloc?

858


Can we use visual studio for c?

770


Why do we use pointer to pointer in c?

803


Write a program to swap two numbers without using the third variable?

803


Difference between malloc() and calloc() function?

881


Define VARIABLE?

906


What are identifiers in c?

877


Which is better between malloc and calloc?

891


What are global variables and explain how do you declare them?

789


What is the meaning of ?

800


What is the difference between the expression “++a” and “a++”?

848


When should you not use a type cast?

884


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

1818