Answer Posted / aniket
Dennis Ritchie
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
When can a far pointer be used?
Difference between macros and inline functions? Can a function be forced as inline?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
Is c# a good language?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
Why is not a pointer null after calling free?
what is the basis for selection of arrays or pointers as data structure in a program
how to write a c program to print list of fruits in alpabetical order?
How can I recover the file name given an open stream or file descriptor?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
What is the difference between scanf and fscanf?
How can I make sure that my program is the only one accessing a file?
Is c is a high level language?
Explain heap and queue.
Why we write conio h in c?