how to make c program without a libary?
e.g.#include<stdio.h> libary is not in c progaram.
Answer Posted / 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 |
Post New Answer View All Answers
Write a progarm to find the length of string using switch case?
What is the process of writing the null pointer?
Explain how many levels deep can include files be nested?
What is scope and lifetime of a variable in c?
Explain why C language is procedural?
program for reversing a selected line word by word when multiple lines are given without using strrev
What is the use of header files?
What is the maximum length of an identifier?
How do you initialize pointer variables?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
Hai what is the different types of versions and their differences
i got 75% in all semester am i eligible for your company
Why is c known as a mother language?
How can I discover how many arguments a function was actually called with?
p*=(++q)++*--p when p=q=1 while(q<=6)