What 'lex' does?


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

Post New Answer

More C Interview Questions

what is the difference between entry control and exit control statement?

12 Answers   Darbari Lal DAV Model School,


simple program for virtual function?

1 Answers  


Difference between C and Embedded C?

1 Answers  


What are the different data types in C?

0 Answers  


Is c compiled or interpreted?

0 Answers  






#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

0 Answers   Wilco,


ASCII stands for

1 Answers  


control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent

1 Answers  


What is the size of structure in c?

0 Answers  


main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }

6 Answers  


What math functions are available for integers? For floating point?

0 Answers  


Explain the difference between malloc() and calloc() function?

0 Answers  


Categories