Where can I get an ansi-compatible lint?


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

Post New Answer

More C Interview Questions

What is the use of function overloading in C?

0 Answers   Ittiam Systems,


What would happen to X in this expression: X += 15; (assuming the value of X is 5)

0 Answers  


what is level of tree if leaf node is at level 4.please explain.

1 Answers   Wipro,


What are high level languages like C and FORTRAN also known as?

0 Answers  


program that accepts amount in figures and print that in words

2 Answers   Infosys, Lovely Professional University, Wipro,






f1() { f(3);} f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0;} value of c?

5 Answers   Geometric Software,


What is the difference between array and structure in c?

0 Answers  


Is double link list a linear data structure? If Yes, Why?If No, Why?

4 Answers  


12344321 123 321 12 21 1 1 how i print this program??

5 Answers   DSR Management, Winit,


Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

0 Answers  


yogesh patil in dell

3 Answers   DELL,


main() { int i=5; printf("%d%d%d%d",i++,i--,i); }

10 Answers  


Categories