Why c is procedure oriented?


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

Post New Answer

More C Interview Questions

What is difference between scanf and gets?

0 Answers  


Array is an lvalue or not?

0 Answers  


When would you use a pointer to a function?

0 Answers  


Explain what are reserved words?

0 Answers  


Write a progarm to find the length of string using switch case?

0 Answers   TCS,


i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);

8 Answers   HCL,


Are the expressions * ptr ++ and ++ * ptr same?

0 Answers  


the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }

4 Answers   CMC, TCS,


Why doesnt the call scanf work?

0 Answers  


What are c header files?

0 Answers  


how to capitalise first letter of each word in a given string?

0 Answers  


which of the following statements is incorrect a.typedef struct new{ int n1; char n2; } DATA; b.typedef struct { int n3; char *n4; }ICE; c.typedef union { int n5; float n6; } UDT; d.#typedef union { int n7; float n8; } TUDAT;

5 Answers   Assurgent, TCS,


Categories