Explain that why C is procedural?


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

Post New Answer

More C Interview Questions

Here is a neat trick for checking whether two strings are equal

0 Answers  


Explain what is wrong with this program statement?

0 Answers  


What is d'n in c?

0 Answers  


Define recursion in c.

0 Answers  


How would you sort a linked list?

1 Answers  


struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]

3 Answers  


Describe newline escape sequence with a sample program?

0 Answers  


Who is invented by c?

24 Answers   Infosys, Mphasis,


main() { char *p; p="Hello"; printf("%c\n",*&*p); }

2 Answers   ME,


What is the difference between static and global variables?

1 Answers  


What does the error 'Null Pointer Assignment' mean and what causes this error?

0 Answers   TISL,


What is the use of gets and puts?

0 Answers  


Categories