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

how write a addtion of two single dimensional array using of pointer in c language?

3 Answers   DRDO,


what is pointer?

13 Answers   HCL, TCS,


What is the benefit of using const for declaring constants?

0 Answers  


number 2 plssssss help !!....using array.. turbo c.. create a program that will accept a number and determine if it is a happy number or an unhappy number.. example: enter a number : 7 7*7=49 then 4 and 9 4*4 and 9*9== 16 + 18 gives you 97 then 9 and 7 9*9 and 7*7 == 81 + 49 gives you 130 then 1 and 3 1*1 and 3*3 == 1 + 9 gives you 10 1*1 gives you 1 sample output: 7= 49= 16+81= 97= 81+49=130 =1+9=10 =1 "7 is a happy number" . if the last number is 2 then the number being inputed is not a happy number.

3 Answers  


main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }

1 Answers  






What does %2f mean in c?

0 Answers  


pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()

2 Answers   TCS, ZenQ,


Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?

3 Answers   HCL, TCS,


what are the general concepts of c and c++

2 Answers  


Please write the area of a RIGHT ANGLED TRIANGLE.

1 Answers  


What are pointers?

0 Answers   Accenture, Tavant Technologies, Zensar,


what is the self-referential structure?

1 Answers  


Categories