how to make program without <> in libray.


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

Post New Answer

More C Interview Questions

What are the different data types in C?

0 Answers  


Why isn't any of this standardized in c? Any real program has to do some of these things.

0 Answers  


1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

1 Answers  


What are valid operations on pointers?

0 Answers  


What are static variables in c?

0 Answers  






How is a structure member accessed?

0 Answers  


How can I open files mentioned on the command line, and parse option flags?

0 Answers  


Write a program to generate prime factors of a given integer?

2 Answers  


What is FIFO?

0 Answers  


what is dangling pointer?

1 Answers   LG Soft,


main() { int a[10]; printf("%d",*a+1-*a+3); }

2 Answers  


How can I implement a delay, or time a users response, with sub-second resolution?

0 Answers  


Categories