Why c is called top down?


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

Post New Answer

More C Interview Questions

Write program to remove duplicate in an array?

0 Answers  


What is the difference between constant pointer and pointer to a constant. Give examples.

4 Answers   TCS,


how does printf function work

1 Answers  


a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

0 Answers  


What is the difference between CV and Resume ?

2 Answers  






What is Dynamic Initialization.

3 Answers  


Explain what is the most efficient way to store flag values?

0 Answers  


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

0 Answers   Aspire, Infogain,


what is the value of b if a=5; b=++a + ++a

31 Answers   Infosys, TCS, Tech Mahindra,


How to print "I Love My India" without using semi colon?

4 Answers  


find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

0 Answers   Microsoft,


What is the most efficient way to count the number of bits which are set in an integer?

0 Answers  


Categories