Why C language is a procedural language?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What are the valid places to have keyword “break”?

0 Answers  


WHOT IS CHAR?

4 Answers   TCS,


What does d mean?

0 Answers  


What is the benefit of using const for declaring constants?

0 Answers  


Tell us the use of fflush() function in c language?

0 Answers  






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

0 Answers  


15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?

2 Answers   CTS,


Explain pointer. What are function pointers in C?

0 Answers   HCL,


How many types of functions are there in c?

0 Answers  


why we are using float in C

4 Answers  


What is #include in c?

0 Answers  


main() { char p[] = "hello world!"; p = "vector"; printf("%s",p); }

2 Answers   Vector, Vector India,


Categories