Is c functional or procedural?
Answer / baskar p
C is called a Procedural language because step by step implementation takes place.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of function overloading in C?
Explain what is the difference between null and nul?
Explain what is a program flowchart and explain how does it help in writing a program?
What is data type long in c?
code snippet for creating a pyramids triangle ex 1 2 2 3 3 3
What is the difference between a structure and a union?
12345 1234 123 12 1
To find whether a number is even or odd without using any conditional operator??
12 Answers College School Exams Tests, IBM,
What is far pointer in c?
Differentiate between functions getch() and getche().
How do you determine whether to use a stream function or a low-level function?
what is pointer ? what is the use of pointer?