Dont ansi function prototypes render lint obsolete?


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

Post New Answer

More C Interview Questions

is c language is a object oreinted language?

5 Answers   TCS,


what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }

4 Answers  


write a c program in such a way that if we enter the today date the output should be next day's date.

0 Answers  


Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?

0 Answers  


What is fflush() function?

0 Answers  






write a C code to reverse a string using a recursive function, without swapping or using an extra memory.

9 Answers   Motorola, TCS, Wipro,


What is string constants?

0 Answers  


What is the purpose of sprintf?

0 Answers  


What is an example of enumeration?

1 Answers  


Is there sort function in c?

0 Answers  


what are bps & baud rates? differentiate these two?

2 Answers   TCS,


#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }

1 Answers  


Categories