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
How can you find out how much memory is available?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
How are portions of a program disabled in demo versions?
What are compound statements?
What is a #include preprocessor?
Can you define which header file to include at compile time?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
Can you please explain the difference between strcpy() and memcpy() function?
In c programming language, how many parameters can be passed to a function ?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
Why do we use main function?
What is bin sh c?
All technical questions
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above