How can you restore a redirected standard stream?
No Answer is Posted For this Question
Be the First to Post Answer
How does pointer work in c?
How to throw some light on the b tree?
What does nil mean in c?
What is the purpose of & in scanf?
What is the use of function in c?
What is queue in c?
Explain union.
#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }
how to execute with out main in cprogram
suppose there are five integers write a program to find larger among them without using if- else
Why main is used in c?
What is character set?