How can I increase the allowable number of simultaneously
open files?
How is a null pointer different from a dangling pointer?
why we shiuld use main keyword in C
What is a structure and why it is used?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
How to write a multi-statement macro?
Write a program to find whether the given number is prime or not?
sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?
Are pointers integer?
how to find the binary of a number?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
What is wrong with this statement? Myname = 'robin';
Write a program to write a given string in maximum possibilities? i.e str[5]="reddy"; i.e we can write this string in 120 ways for that write a program