IS Doon college of Engn.. has good faculty
How can I direct output to the printer?
pierrot's divisor program using c or c++ code
Why is c called c?
what is used instead of pointers in java than c?
what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1
what type of language is C?
how to add our own function in c library please give details.?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?
How #define works?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
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......