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 program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
What is external variable in c?
Between macros and functions,which is better to use and why?
Are there namespaces in c?
Explain the difference between malloc() and calloc() function?
Define the scope of static variables.
what is the role you expect in software industry?
What does calloc stand for?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
write an algorithm to display a square matrix.
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
How can type-insensitive macros be created?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
What is the scope of global variable in c?
How can I change the size of the dynamically allocated array?