Why c is a procedural language?


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

Post New Answer

More C Interview Questions

How can you read a directory in a C program?

0 Answers  


An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

0 Answers  


What does return 1 means in c?

0 Answers  


What are the 4 data types?

0 Answers  


How to implement variable argument functions ?

1 Answers   HP,






What is d scanf?

0 Answers  


what is diff b/w huge & far & near pointer??

1 Answers   HCL,


What tq means in chat?

0 Answers  


let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................

8 Answers  


What is an volatile variable?

15 Answers   HP,


What do you mean by keywords in c?

0 Answers  


Predict the output or error(s) for the following: 25. main() { printf("%p",main); }

3 Answers   Google, ME,


Categories