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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent

1636


What does the function toupper() do?

643


What are valid operations on pointers?

656


What does 4d mean in c?

930


a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f

1577






Explain how to reverse singly link list.

597


Do you know pointer in c?

574


Why does everyone say not to use scanf? What should I use instead?

675


find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

1519


how to find binary of number?

3409


What is meant by type specifiers?

650


Should I learn data structures in c or python?

569


Explain is it valid to address one element beyond the end of an array?

721


What is the hardest programming language?

658


‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .

2364