Answer Posted / dhana lakshmi
storing the data electronically is called software.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
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......
What is s in c?
Write a program to reverse a string.
What is an operator?
What is console in c language?
What is %s and %d in c?
write a c program to find the sum of five entered numbers using an array named number
What is the mean of function?
What is scope and lifetime of a variable in c?
explain what is an endless loop?
what is the significance of static storage class specifier?
How is a structure member accessed?
Why does everyone say not to use gets?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
Explain the difference between strcpy() and memcpy() function?