Answer Posted / rama
1004H is the hexadecimal conversion of 4100
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
Can variables be declared anywhere in c?
How would you rename a function in C?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
in iso what are the common technological language?
What are the 4 types of organizational structures?
Why is main function so important?
What are multidimensional arrays?
What is structure packing in c?
How can I find out how much free space is available on disk?
Why doesnt the call scanf work?
Is null a keyword in c?
Describe newline escape sequence with a sample program?
Explain the difference between getch() and getche() in c?
What is the difference between break and continue?