How can I direct output to the printer?
No Answer is Posted For this Question
Be the First to Post Answer
Is it possible to create recycle bin in mobiles?
What does the file stdio.h contain?
What is the diffrent between while and do while statement ?
A.C func() { pritnf(" in fuction %d",MACRO); } MAIN.c testfunc() { #define MACRO 10 printf("in test function %d", MACRO); } main() { printf("in main %d",MACRO); func(); testfunc(); getch(); }
What is the use of typedef in c?
#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }
Can we add pointers together?
How are 16- and 32-bit numbers stored?
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Once I have used freopen, how can I get the original stdout (or stdin) back?
Is c is a low level language?