What is the difference between procedural and declarative language?


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

Post New Answer

More C Interview Questions

read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50

4 Answers   TCS,


WHAT IS C?

6 Answers  


Why cann't whole array can be passed to function as value.

1 Answers  


how to do in place reversal of a linked list(singly or doubly)?

3 Answers  


Is flag a keyword in c?

0 Answers  


What is the purpose of 'register' keyword in c language?

0 Answers  


which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;

0 Answers  


what is the output of the program?? #include<stdio.h> main ( ) { int a=010,sum=0,tracker: for(tracker=0;tracker<=a;tracker++) sum+=tracker; printf(“ %d\n”,sum); } what is the difference between a=10 and a=010??

3 Answers   Oracle,


Why doesnt this code work?

0 Answers  


how many errors in c explain deply

0 Answers  


What are the c keywords?

0 Answers  


What is a dynamic array in c?

0 Answers  


Categories