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 |
Can we change the value of constant variable in c?
What is call by reference in functions?
Create a simple code fragment that will swap the values of two variables num1 and num2.
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
How can I read data from data files with particular formats?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
void main() { int i=5; printf("%d",i+++++i); }
What is the difference between the = symbol and == symbol?
How will you write a code for accessing the length of an array without assigning it to another variable?
How can I find leaf node with smallest level in a binary tree?
write a c program to check weather a particluar bit is set or not?
How does normalization of huge pointer works?