Answer Posted / mukil
C is a procedural language
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain Function Pointer?
What is the difference between functions abs() and fabs()?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
Linked lists -- can you tell me how to check whether a linked list is circular?
Explain about the constants which help in debugging?
What is a c token and types of c tokens?
What is #error and use of it?
Write a program for Overriding.
What is int main () in c?
What are data structures in c and how to use them?
Where define directive used?
What is infinite loop?
why do some people write if(0 == x) instead of if(x == 0)?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What is the difference between pure virtual function and virtual function?