Which header file is used for clrscr?
No Answer is Posted For this Question
Be the First to Post Answer
What is character set?
how to find a 5th bit is set in c program
Are there namespaces in c?
though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks
3 Answers State Bank Of India SBI,
How can I increase the allowable number of simultaneously open files?
Is it possible to run using programming C for Java Application?
How can I read in an object file and jump to locations in it?
int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?
what are brk, sbrk?
#define min((a),(b)) ((a)<(b))?(a):(b) main() { int i=0,a[20],*ptr; ptr=a; while(min(ptr++,&a[9])<&a[8]) i=i+1; printf("i=%d\n",i);}
Can we replace the struct function in tree syntax with a union?
Explain how can you restore a redirected standard stream?