Answer Posted / siri&akhi
we can include header files i.e.,conio.h,iostream.h,stdio.h
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
write a program in c language to print your bio-data on the screen by using functions.
How can a number be converted to a string?
How can you check to see whether a symbol is defined?
How can I invoke another program or command and trap its output?
What is nested structure?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
Differentiate between null and void pointers.
Explain how are 16- and 32-bit numbers stored?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
What happens if header file is included twice?
How can I automatically locate a programs configuration files in the same directory as the executable?
What is return type in c?
Calculate 1*2*3*____*n using recursive function??
What are the three constants used in c?
Is anything faster than c?