how to make program without <> in library.
Answer / gandhi priyank
hello
and your answer is a very easy you can write c progaram
then you can write libary #include<stdio.h> insted of
#include"stdio.h"
Is This Answer Correct ? | 16 Yes | 3 No |
What is the use of structure padding in c?
Whether there can be main inside another main?If so how does it work?
explain memory layout of a C program
Why c is a mother language?
What's the difference between constant char *p and char * constant p?
What are the types of bitwise operator?
Tell me can the size of an array be declared at runtime?
program for validity of triangle from 3 side
What is the equivalent code of the following statement in WHILE LOOP format?
What is integer constants?
What is wrong in this statement?
What is the difference between text and binary i/o?