how to make c program without a libary?
e.g.#include<stdio.h> libary is not in c progaram.

Answers were Sorted based on User's Feedback



how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram...

Answer / anita patrot

in c language it is necessary to define or declare the pre processors becouse it contains the all types of input and output syntax defination i.e printf is a output syntax and scanf is a input syntax.
without a pre processor we cant write a c program.

Is This Answer Correct ?    1 Yes 1 No

how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram...

Answer / sanjapu shiva

Library file contain the 'DEFINATION OF FUNTIONS 'which have
been declared inside headerfile.
Library file's are available inside lib directory.
so it is a pre processor directive.so we can use that some
syntaxs..#include"stdio.h" and #include<stdio.h> etc,..
So we can't write program without a libary.

Is This Answer Correct ?    5 Yes 9 No

Post New Answer

More C Interview Questions

What is the use of sizeof?

0 Answers  


write a programme that inputs a number by user and gives its multiplication table.

2 Answers  


What are register variables in c?

0 Answers  


Explain how do you print only part of a string?

0 Answers  


Are pointers integers in c?

0 Answers  






Explain what is a 'locale'?

0 Answers  


Define Array of pointers.

0 Answers  


which type of aspect you want from the student.

0 Answers   IBM, TCS,


what is the format specifier for printing a pointer value?

0 Answers  


What is the difference b/w Structure & Array?

6 Answers  


What is c language and why we use it?

0 Answers  


What are the various types of control structures in programming?

0 Answers  


Categories