Why is c called a structured programming language?


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

Post New Answer

More C Interview Questions

What does struct node * mean?

0 Answers  


Tell me when is a void pointer used?

0 Answers  


in which language c language is written?

2 Answers  


What is abstract data structure in c?

0 Answers  


main() { printf("hello%d",print("QUARK test?")); }

5 Answers  






Which type of language is c?

0 Answers  


how can we Declare a variable in c without defining it.

1 Answers   TCS,


C program code int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15

6 Answers   TCS, Wipro,


What is Conio.h ?

2 Answers   TCS,


Write a program which take a integer from user and tell whether the given variable is squar of some number or not. eg: is this number is 1,4,9,16... or not

9 Answers   Alcatel,


What is meant by global static? why we have to use static variable instead of Global variable

4 Answers   L&T,


Is c object oriented?

0 Answers  


Categories