Is c procedural or functional?



Is c procedural or functional?..

Answer / Manish Kumar Kathore

C is a procedural programming language.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

How do you initialize pointer variables?

1 Answers  


What are qualifiers and modifiers c?

1 Answers  


write a program to print the all 4digits numbers & whose squares must me even numbers?

2 Answers   Virtusa,


What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

1 Answers  


What is the best way to store flag values in a program?

1 Answers  


Whether there can be main inside another main?If so how does it work?

14 Answers   Sail, Wipro,


Which programming language is best for getting job 2020?

1 Answers  


Explain the difference between null pointer and void pointer.

0 Answers   TCS,


Differentiate Source Codes from Object Codes

2 Answers  


My teacher ask to make a program that can: Insert record in front Insert record at the end Insert in between Search node record Delete record in front Delete record at the end Delete record in between Using Data structure Linked List type. But I'm really confused about the codes and I can't go through. Please help Thanks in advance. Also here is my unfinished code if someone can make changes it will be more good.

1 Answers  


can you change name of main()?how?

3 Answers   HCL, Siemens,


What is the use of ?: Operator?

1 Answers  


Categories